Samuel Wales <samolog...@gmail.com> writes: > i have "%(my-function \"%:link\" \"%:description\" \"%i\")" in a > capture template, which now does not run the function but treats it as > text. i get that this is for security. what do i do?
IIUC, if the function call is part of the template that is inserted as a result of the capture, the function should still be executed: I see calls to `org-capture-expand-embedded-elisp' still in `org-capture'. Can you post the full entry? -- Nick