Hi all

I was wondering since i have zero lisp (or coding at all) skills if anyone could show me an example on how to expand yasnippet or text as part of a org capture

i think that using %(sexp) would work (im guessing here :))

i have this capture 

("f" "food" entry (file+headline "/home/zeltak/org/files/agenda/food.org" "Inbox")
"* COOK %?  %^g " :kill-buffer )

i want that after the COOK headline it will expand a snippet or if not possible add a property drawer.

also related can org ask me to fill in specific properties in a property drawer as part of the capture?

thx!

Z