emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] Remember put new item in the top of the list
Date: Sat, 24 Oct 2009 14:24:18 +0200


On Oct 23, 2009, at 11:39 PM, Marcelo de Moraes Serpa wrote:

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?

Hi,

unfortunately, this is not possible on a per template basis.

I am working on a rewrite for much of the remember functionality, and this will be one of the options.

- Carsten





reply via email to

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