emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Puneeth
Subject: Re: [Orgmode] Re: Org capture templates - file paths
Date: Thu, 19 Aug 2010 17:44:29 +0530

On Thu, Aug 19, 2010 at 5:26 PM, Magnus Henoch <address@hidden> wrote:
> Gustav Wikström <address@hidden> 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:

Thanks! I didn't know this.

>
> (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")))
>
> Read more at
> http://www.gnu.org/s/emacs/manual/html_node/elisp/Backquote.html .
>
> Magnus
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>



-- 
Puneeth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]