emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Matt Lundin
Subject: [Orgmode] Re: org-reverse-note-order
Date: Sun, 28 Nov 2010 15:00:05 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Marvin Doyley <address@hidden> writes:

> (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 ?

AFAICT, org-reverse-note-order is only used by org-remember and
org-refile. To have notes placed at the top of a file/entry by
org-capture, you need to use the :prepend property in the relevant
capture templates. 

,----[ C-h v org-capture-templates ]
| [snip]
| The rest of the entry is a property list of additional options.  Recognized
| properties are:
| 
|  :prepend            Normally newly captured information will be appended at
|                      the target location (last child, last table line,
|                      last list item...).  Setting this property will
|                      change that.
| [snip]
`----

Best,
Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]