Re: [Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread Tassilo Horn
James TD Smith writes: Hi James, >> What I'd like to have is something like the existing >> >> %^{prop}p Prompt the user for a value for property `prop' >> >> but more like >> >> %{prop,escape}p Insert property `prop' with value taken from escape, >> if that is non

Re: [Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread James TD Smith
Hi Tassilo, On 2009-11-27 10:48:06(+0100), Tassilo Horn wrote: > What I'd like to have is something like the existing > > %^{prop}p Prompt the user for a value for property `prop' > > but more like > > %{prop,escape}p Insert property `prop' with value taken from escape, >

[Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread Tassilo Horn
Hi all, in my remember templates, I'd like to set some PROPERTIES to the value of some org-remember escape sequences. Till now, I did that by defining a template like that: ("NORMAL" ?n "* %?\n %i\n :PROPERTIES:\n :created: %U\n :END:") This works, but templates become very large quickly