Re: [Orgmode] Useful utility function: org-sort-multi

2009-08-30 Thread Carsten Dominik
On Aug 29, 2009, at 3:38 AM, Ryan C. Thompson wrote: I found myself having to sort by multiple criteria, and I was doing it with multiple calls to org-sort-entries-or-items. Then I decided to abstract the repetition into a function. Here it is: (defun org-sort-multi (rest sort-types)

Re: [Orgmode] [PATCH] Open single link immediately

2009-08-30 Thread Carsten Dominik
This will be in the next push, when our repository is online again. Thanks! - Carsten On Aug 28, 2009, at 7:23 PM, Bernt Hansen wrote: C-c C-o on a headline or in the agenda displays a menu of links to choose from. If there is only a single link then go there directly skipping the menu. ---

[Orgmode] Re: Useful utility function: org-sort-multi

2009-08-30 Thread Benjamin Andresen
Hey Carsten, Carsten Dominik carsten.domi...@gmail.com writes: On Aug 29, 2009, at 3:38 AM, Ryan C. Thompson wrote: Hi Ryan, this looks interesting, but I am not sure I understand how it works. It looks to me that each sorting step will completely re-sort the entire list of items, so the

[Orgmode] Re: Format for a note

2009-08-30 Thread Matt Lundin
Nick Bell m...@nickbell.org writes: I have just started to use 'z' to add a note from agenda. I'd like to change the format of the added note to [the_date] the_note (i.e. remove the \\newline after the date which currently appears. I've looked everywhere but can't find out how to do this. Is

Re: [Orgmode] [PATCH] Open single link immediately

2009-08-30 Thread Tim O'Callaghan
FWIW it should be back up on monday. http://article.gmane.org/gmane.comp.version-control.git/85019 Tim. 2009/8/30 Carsten Dominik carsten.domi...@gmail.com: This will be in the next push, when our repository is online again. Thanks! - Carsten On Aug 28, 2009, at 7:23 PM, Bernt Hansen

[Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Stephen Tucker
Hi, I am trying to export a bunch of .org files stored in a directory as latex files. I have tried two methods: (1) --- At the bash prompt (I am using OS X): bash$ emacs --batch

Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Nick Dokos
Stephen Tucker brown_...@yahoo.com wrote: Hi, I am trying to export a bunch of .org files stored in a directory as latex files. I have tried two methods: (1) --- At the bash prompt (I am using OS X):

[Orgmode] org-agenda-custom-commands - what's wrong with my setup

2009-08-30 Thread aldrin d'souza
hello org-mode users, for some reason, my agenda export isn't working as it used to in the past. (setq org-agenda-custom-commands '((x agenda export to html nil (~/agenda.html with this in my org configuration, i get 'x' as an accepted keystroke in the agenda command selection buffer.

[Orgmode] Re: org-agenda-custom-commands - what's wrong with my setup

2009-08-30 Thread Matt Lundin
aldrin d'souza aldrindso...@gmail.com writes: hello org-mode users, for some reason, my agenda export isn't working as it used to in the past. (setq org-agenda-custom-commands  '((x agenda export to html nil (~/agenda.html If you want the agenda to show up when you select x, then you

[Orgmode] Setting timestamp format to English

2009-08-30 Thread bar tomas
Hi, First of all I'd like to say that I find orgmode great. I'd been looking for a tool like this for years. I have a french version of windows so when I set a timestamp on an item with C-c , I get the timestamp in french. I'd like to get it in english. I've tried setting the language environment

[Orgmode] Can't export to LaTeX/PDF.

2009-08-30 Thread Mueen Nawaz
Hi, Apologies if this has been addressed earlier. I can't seem to export to PDF/LaTeX. When I try to do so, I get the following error: Loading org-latex...done Exporting to LaTeX... Loading latexenc...done Loading tex-mode...done org-export-as-latex: Wrong type argument:

[Orgmode] Re: Can't export to LaTeX/PDF.

2009-08-30 Thread Bernt Hansen
Mueen Nawaz mu...@nawaz.org writes: Hi, Apologies if this has been addressed earlier. I can't seem to export to PDF/LaTeX. When I try to do so, I get the following error: snip org-export-as-latex: Wrong type argument: integer-or-marker-p, nil I can confirm this. It seems

[Orgmode] Re: Can't export to LaTeX/PDF.

2009-08-30 Thread Mueen Nawaz
On 08/30/09 15:33, Bernt Hansen wrote: I can confirm this. It seems the latest version requires at least one headline while 6.29a did not. Yep - that solved it. Would that be a bug or a requirement? Mueen ___ Emacs-orgmode

[Orgmode] Re: Useful utility function: org-sort-multi

2009-08-30 Thread Ryan C. Thompson
Benjamin Andresen wrote: if you have the following list * Test Sorting ** TODO Charlie ** WAITING Beta ** TODO Alpha ** STARTED Beta ** STARTED Charlie ** TODO Beta ** STARTED Alpha ** WAITING Charlie ** WAITING Alpha calling org-multi-sort with ?o ?a will sort it like this * Test Sorting **

Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Stephen Tucker
Hi Nick, thanks for the response! Actually in the code that I had pasted, the emacs --batch call is all on one line (so no need to escape newlines there). I tried your code with both orglib=/Applications/Emacs.app/Contents/Resources/lisp/org and orglib=$HOME/elisp/org-mode/lisp but got Cannot

Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Nick Dokos
Stephen Tucker brown_...@yahoo.com wrote: Hi Nick, thanks for the response! Actually in the code that I had pasted, the emacs --batch call is all on one line (so no need to escape newlines there). I tried your code with both orglib=/Applications/Emacs.app/Contents/Resources/lisp/org and

Re: [Orgmode] Re: Can't export to LaTeX/PDF.

2009-08-30 Thread Bastien
Mueen Nawaz mu...@nawaz.org writes: On 08/30/09 15:33, Bernt Hansen wrote: I can confirm this. It seems the latest version requires at least one headline while 6.29a did not. Yep - that solved it. Would that be a bug or a requirement? Definitely a bug. I've just pushed a fix

Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Stephen Tucker
Thanks yet again! That makes sense... works now!! I tried your code with both orglib=/Applications/Emacs.app/Contents/Resources/lisp/org and orglib=$HOME/elisp/org-mode/lisp You need the former - the latter is where I keep my org.el[c] (sorry, forgot to mention that I created and