Re: [Orgmode] Re: Org capture templates - file paths

2010-08-19 Thread Puneeth
On Thu, Aug 19, 2010 at 5:26 PM, Magnus Henoch wrote: > Gustav Wikström writes: > >> (setq org-capture-templates >>       '(("n" "Note" entry (file my-gtd-inbox-file) >> "* %?\n %i\n %a") >>  ("j" "Journal" entry (file+datetree my-gtd-journal-file) >>      "* %?\nEntered on %U\n %i\n %a"))) > > B

[Orgmode] Re: Org capture templates - file paths

2010-08-19 Thread Magnus Henoch
Gustav Wikström writes: > (setq org-capture-templates > '(("n" "Note" entry (file my-gtd-inbox-file) > "* %?\n %i\n %a") > ("j" "Journal" entry (file+datetree my-gtd-journal-file) > "* %?\nEntered on %U\n %i\n %a"))) Backquotes and commas are your friends: (setq org-capture-template