Re: [Orgmode] org-reverse-note-order

2010-11-28 Thread David Maus
At Fri, 19 Nov 2010 09:58:11 -0500, Marvin Doyley wrote: > > [1 ] > > (setq org-reverse-note-order t) does not seem to work properly with > org-capture-templates > > It seems to append my TODO or notes at the end rather at the > beginning. Does anybody know what I am doing wrong ? Not sure about

[Orgmode] org-reverse-note-order

2010-11-19 Thread Marvin Doyley
Hi there, (setq org-reverse-note-order t) does not seem to work properly with org-capture-templates It seems to append my TODO or notes at the end rather at the beginning. Does anybody know what I am doing wrong ? thanks M ___ Emacs-orgmode mailing li

Re: [Orgmode] org-reverse-note-order and date-tree

2010-04-16 Thread Evan
Sorry for a delayed response, I missed your message. On Tue, Apr 6, 2010 at 1:20 PM, Carsten Dominik wrote: > > On Apr 2, 2010, at 8:55 AM, Evan wrote: > >> It seems that the org-reverse-note-order has no effects on the >> following remember template >> >> ("Diary"  ?d  "* %U\n  %?\n  %i\n  %a"  

Re: [Orgmode] org-reverse-note-order and date-tree

2010-04-16 Thread Carsten Dominik
On Apr 16, 2010, at 9:25 AM, Evan wrote: Sorry for a delayed response, I missed your message. On Tue, Apr 6, 2010 at 1:20 PM, Carsten Dominik wrote: On Apr 2, 2010, at 8:55 AM, Evan wrote: It seems that the org-reverse-note-order has no effects on the following remember template ("Diary"

Re: [Orgmode] org-reverse-note-order and date-tree

2010-04-05 Thread Carsten Dominik
On Apr 2, 2010, at 8:55 AM, Evan wrote: It seems that the org-reverse-note-order has no effects on the following remember template ("Diary" ?d "* %U\n %?\n %i\n %a" "daily_notes/diary.org" date-tree) Is this a feature? You might call it an incompleteness of the implementation. I

[Orgmode] org-reverse-note-order and date-tree

2010-04-02 Thread Evan
It seems that the org-reverse-note-order has no effects on the following remember template ("Diary" ?d "* %U\n %?\n %i\n %a" "daily_notes/diary.org" date-tree) Is this a feature? Is it possible to to get a headline of reverse date tree in the remember template? _