emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org capture properties from a list of strings?


From: Nicolas Goaziou
Subject: Re: [O] org capture properties from a list of strings?
Date: Wed, 26 Apr 2017 16:13:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Xebar Saram <address@hidden> writes:

> (add-to-list 'org-capture-templates
> '("f" "Food"

It should be `("f" "Food"

> entry
> (file+headline (concat pmm "/org/files/agenda/food.org") "Inbox")

missing comma and `format' function:

   ,(format "*COOK %%^{Recipe Name}
     ...

> "* COOK %^{Recipe Name}
> :PROPERTIES:
> :ID: %(org-id-uuid)
> :Time: %^{minutes|%s}
> :type: %^{Type?|%s}
> :END:
>
>
> %^{prompt|*** Ingredients}
> %?
> %^{prompt|*** Preparation}
>
> "

Don't forget to double all percent signs that are not place holders.

Regards,

-- 
Nicolas Goaziou



reply via email to

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