Hello,
Xebar Saram <[email protected]> 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