Re: [O] expand yasnippet or abbriv text inside a capture

2015-06-08 Thread Nick Dokos
Xebar Saram writes: > Ok so i made some progress here. i think i can just use the org capture > itself to suit my needs. but as i dont know elisp i got > stuck with this: > >   (setq org-capture-templates >         (quote (            > ("f" "food" entry (file+headline "/home/zeltak/org/files/ag

Re: [O] expand yasnippet or abbriv text inside a capture

2015-06-05 Thread Xebar Saram
Ok so i made some progress here. i think i can just use the org capture itself to suit my needs. but as i dont know elisp i got stuck with this: (setq org-capture-templates (quote ( ("f" "food" entry (file+headline "/home/zeltak/org/files/agenda/food.org" "Inbox") "* Cook %? %^g :PRO

[O] expand yasnippet or abbriv text inside a capture

2015-06-05 Thread Xebar Saram
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/o