Re: [Orgmode] Percent signs in org-remember-templates

2009-09-10 Thread Carsten Dominik
On Sep 9, 2009, at 3:42 PM, Desmond Rivet wrote: Carsten Dominik writes: On Aug 24, 2009, at 3:27 AM, Desmond Rivet wrote: I'm attempting to use the remember package to insert a diary-sexp into a file for use by the org-mode agenda. It looks like this; %%(diary-remind '(diary-date %^{M

Re: [Orgmode] Percent signs in org-remember-templates

2009-09-09 Thread Desmond Rivet
Carsten Dominik writes: > On Aug 24, 2009, at 3:27 AM, Desmond Rivet wrote: >> I'm attempting to use the remember package to insert a diary-sexp >> into a >> file for use by the org-mode agenda. It looks like this; >> >> %%(diary-remind '(diary-date %^{Month} %^{Day} t) -%^{Remind days}) >> %^

Re: [Orgmode] Percent signs in org-remember-templates

2009-08-23 Thread Carsten Dominik
On Aug 24, 2009, at 3:27 AM, Desmond Rivet wrote: Hi all, I'm attempting to use the remember package to insert a diary-sexp into a file for use by the org-mode agenda. It looks like this; %%(diary-remind '(diary-date %^{Month} %^{Day} t) -%^{Remind days}) %^{Brief Description}%? The

[Orgmode] Percent signs in org-remember-templates

2009-08-23 Thread Desmond Rivet
Hi all, I'm attempting to use the remember package to insert a diary-sexp into a file for use by the org-mode agenda. It looks like this; %%(diary-remind '(diary-date %^{Month} %^{Day} t) -%^{Remind days}) %^{Brief Description}%? The double percent at the beginning is causing problems. Is th