emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Remember put new item in the top of the list
@ 2009-10-23 21:39 Marcelo de Moraes Serpa
  2009-10-24 12:24 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Marcelo de Moraes Serpa @ 2009-10-23 21:39 UTC (permalink / raw)
  To: Org Mode


[-- Attachment #1.1: Type: text/plain, Size: 609 bytes --]

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.

[-- Attachment #1.2: Type: text/html, Size: 934 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Remember put new item in the top of the list
  2009-10-23 21:39 Remember put new item in the top of the list Marcelo de Moraes Serpa
@ 2009-10-24 12:24 ` Carsten Dominik
  2009-10-24 16:11   ` James TD Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2009-10-24 12:24 UTC (permalink / raw)
  To: Marcelo de Moraes Serpa; +Cc: Org Mode


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Remember put new item in the top of the list
  2009-10-24 12:24 ` Carsten Dominik
@ 2009-10-24 16:11   ` James TD Smith
  0 siblings, 0 replies; 3+ messages in thread
From: James TD Smith @ 2009-10-24 16:11 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Org Mode

Hi Carsten,

On 2009-10-24 14:24:18(+0200), Carsten Dominik wrote:
> I am working on a rewrite for much of the remember functionality, and  
> this will be one of the options.

I don't know how far you've got with your work on org-remember, but if you'd
like to look at my rewrite, a cleaned-up and mostly working version is
in the remember-lite branch in my org-mode repo. 

I've got it into a state where I can actually use it over the last couple of
weeks, but there are still quite a few bugs in it and some of the new features
don't quite work properly.

I am continuing to work on it, fixing bugs as I find them. I'll try and write up
a summary of the changes I've made (and which ones are working properly) and
post it to the list later so you can decide what you want to do with the code.

James

--
|-<James TD Smith>-<email/ahktenzero@mohorovi.cc>-|

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-24 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-23 21:39 Remember put new item in the top of the list Marcelo de Moraes Serpa
2009-10-24 12:24 ` Carsten Dominik
2009-10-24 16:11   ` James TD Smith

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).