[Orgmode] Re: Splitting mailing list

2011-02-27 Thread Chris Thompson
Julien Danjou julien at danjou.info writes:

 
 Hi,
 
 There's really a lot of trafic here, and it's more and more diffcult to
 me to follow development related threads in all the usage realted
 threads.
 
 How about splitting the mailing list in a user and a development list?
 

I would prefer a split along different lines... A core Org mailing list
(including Dev posts) and a separate Org-Babel mailing list. 

It appears that a solid majority of the posts in the current mailing list are
Babel-related, and this is a very distinct subset of functionality that could
easily and cleanly be split into its own list. Plus, it makes sense... not every
Org user uses Babel.

-- Chris


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: export html -gt; doc

2010-12-20 Thread Chris Thompson
Eric Abrahamsen eric at ericabrahamsen.net writes:
 
 I'm translating fiction, I don't need squat in the way of formatting
 besides the paragraphs getting unfilled, and italics and bold coming
 through properly. Has anyone seen this happen before, and have a
 potential solution?
 

Eric, for your needs, you may find that Pandoc (which now supports Org files) is
a simpler solution that works now.

-- Chris


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Extended-period events in agenda views

2010-11-01 Thread Chris Thompson
Konrad Hinsen konrad.hinsen at fastmail.net writes:

 There are a couple of long-lasting events that I would like to show  
 in my agenda view. A typical example would be school vacation periods,  
 but there are others: absences of a colleague, availability of some  
 instrument, etc, Their common feature is that they can last very long  
 (several weeks) and that they don't really occupy my agenda. I just  
 want to know when planning something if a given day is in period X or  
 not. So I'd like to see at a glance (using a specific font, color, one- 
 letter prefix etc.) if a day falls into a certain predefined period.  
 Simply adding a corresponding event to my agenda leads to visual  
 clutter: it gets marked on every single day of the period.
 
 Is there any way to get what I am looking for?

Just a suggestion... Would Julien Danjou's patch from three days ago adding
support for category icons in the agenda be helpful to you?

-- Chris


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: org-crypt and org-mobile-crypt; user info?

2010-10-21 Thread Chris Thompson
Magnus Nilsson magnus.nilsson at alumni.chalmers.se writes:

 I would be delighted if anyone could teach me (informatively) how to succeed
with the following two tasks:
  
 1. Encrypt a password-table I keep in an org-file when saved to disk, while
text would be plain in the buffer. (Best if it can be transparent without
passwords, but that is not a must.)

I don't have experience with org-mobile, but the following blog posting answers
your first question:
http://emacs.wordpress.com/2008/07/18/keeping-your-secrets-secret/

Note that you don't have to use org-crypt if the entire buffer is to be
encrypted. Org-crypt is only necessary if you want to mix and match encrypted
and non-encrypted org-mode items in the same file, for example if you want some
items to show up in the agenda.

Also, on Windows and Mac machines, you have to install GNUPG first. It's a
separate download from the mainstream emacs distributions on both platforms.

-- Chris



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Feature Request: Timestamp with repeater interval in Date range

2010-10-04 Thread Chris Thompson
Rüdiger Sonderfeld ruediger at c-plusplus.de writes:

 Hello,
 I have a Feature Request: It would be really great if there was (an easy way) 
 to define a Timestamp with repeating interval but only in a specific time
 range.
 For example I want to define a repeating event on every Tuesday between
 2010-10-05 and 2011-01-27:
 
 2010-10-05 Tue 09:15-11:00 +1w--2011-01-27 Thu
 
 This would be especially useful to manage dates for university courses.

That's not a bad suggestion for syntax, but it's fairly easy to accomplish 
what you're looking for already. See How can I schedule a weekly class that
lasts for a limited period of time? in the org-FAQ.

-- Chris


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Wow -- adding images to an org file

2010-05-06 Thread Chris Thompson
Nathan Neff nathan.neff at gmail.com writes:

 
 I just saw Andreas's screenshot here:
 
 http://orgmode.org/worg/org-screenshots.php
 
 If you zoom in to his screenshot,
 http://orgmode.org/img/screenshots/org_andreas.jpg
 
 You can see how he adds images to his org files.
 All that I had to do was put this into my emacs init file:
 
 (defun org-dblock-write:image (params)
   (let ((file (plist-get params :file)))
  (clear-image-cache file)
  (insert-image (create-image file) )))
 
 Then, put this in an org-file:
 
 #+BEGIN: image :file ~/Documents/personal/foo.png
 #+END
 
 And run C-c C-c (or is it C-c C-x C-u)?
 
 Anyway, Cool stuff!
 
 --Nate
 


Another way to have images in org-mode documents is to use the iimage
minor mode, which handles  inline images:
http://www.netlaputa.ne.jp/~kose/Emacs/iimage.html

For additional documentation:
http://orgmode.org/worg/org-configs/org-config-examples.php#sec-2_2

It's pretty nifty.

-- Chris






___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode