emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Remember put new item in the top of the list


From: Marcelo de Moraes Serpa
Subject: [Orgmode] Remember put new item in the top of the list
Date: Fri, 23 Oct 2009 16:39:12 -0500

Hello,

How could I setup org-remember to put the item I collect in the top of the list instead of the bottom?

I have the following code:

(setq org-remember-templates
    '(
     ("NextAction" ?t "*** TODO %^{Brief Description} %^g\n%?\nAdded: %U" "~/org/gtd/newgtd.org" "*Next Actions*")
     ("Inbox" ?i "\n* %^{topic} %T \n%i%?\n" "~/org/gtd/inbox.org")
     ("Someday" ?s "\n* %^{topic} %T \n%i%?\n" "~/org/gtd/someday.org")
     ;;("WordofDay" ?w "\n* %^{topic} \n%i%?\n" "C:/charles/gtd/wotd.org")
     ))

For NextAction, I would like them to be placed at the top, is it possible?

Thanks,

Marcelo.

reply via email to

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