Michael Brand <michael.ch.br...@gmail.com> wrote: > I am almost done with adding the capture feature "%(sexp)" to > org-feed.el. Because for this I would like to use > org-capture-escaped-% from org-capture.el in org-feed.el I renamed > this function to org-template-escaped-% and call it in org-feed.el. > The only thing what is missing is that unless I do some manual > evaluations before, there is still "Symbol's function definition is > void: org-template-escaped-%". For this I would like to ask for some > design and implementation guidance, if available also where I should > read in the elisp reference manual or wherever. >
Either require org-capture in org-feed or move the function to org.el, which both org-capture and org-feed require. Nick