From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Remember put new item in the top of the list Date: Fri, 23 Oct 2009 16:39:12 -0500 Message-ID: <1e5bcefd0910231439h5173638fpe6e22593c6f387d@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0792457899==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1Rqx-0000FF-1S for emacs-orgmode@gnu.org; Fri, 23 Oct 2009 17:39:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1Rqs-00009Y-CV for emacs-orgmode@gnu.org; Fri, 23 Oct 2009 17:39:18 -0400 Received: from [199.232.76.173] (port=59467 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1Rqs-00009V-9q for emacs-orgmode@gnu.org; Fri, 23 Oct 2009 17:39:14 -0400 Received: from mail-yx0-f191.google.com ([209.85.210.191]:52905) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1Rqr-0003lt-Vw for emacs-orgmode@gnu.org; Fri, 23 Oct 2009 17:39:14 -0400 Received: by yxe29 with SMTP id 29so5829788yxe.14 for ; Fri, 23 Oct 2009 14:39:13 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode --===============0792457899== Content-Type: multipart/alternative; boundary=0016368e1d58f42ecd0476a10a35 --0016368e1d58f42ecd0476a10a35 Content-Type: text/plain; charset=ISO-8859-1 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. --0016368e1d58f42ecd0476a10a35 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

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

I have the following code:=

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

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

Thanks,

Marcelo.
--0016368e1d58f42ecd0476a10a35-- --===============0792457899== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0792457899==--