Re: [O] [OT] Custom remember template

2011-05-10 Thread Marcelo de Moraes Serpa
Hi Nick, Nice to know that! I'll try org-catpure. Thanks, Marcelo. On Tue, May 10, 2011 at 10:08 PM, Nick Dokos wrote: > Marcelo de Moraes Serpa wrote: > > >> I want a truly custom string to be output by the org-remember >> template, so I thought I could do something like: >> >> >>      ("Jou

Re: [O] [OT] Custom remember template

2011-05-10 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > I want a truly custom string to be output by the org-remember > template, so I thought I could do something like: > > > ("Journal Entry" ?j (concat "* " (mycustomfunc))) > > Since "mycustomfunc" and concat both return strings, I thought I > wouldn't have