arthur miller <[email protected]> writes:

> An error is signaled, but its not very pretty:
>
> (org-capture-fill-template  "%(eval blah)")
>
> Debugger entered--Lisp error: (void-function 
> org-capture-expand-embedded-elisp)
>   (org-capture-expand-embedded-elisp 'mark)
>   (progn (switch-to-buffer-other-window (get-buffer-create "*Capture*")) 
> (erase-buffer) (setq buffer-file-name nil) (setq mark-active nil) (insert 
> template) (org-mode) (goto-char (point-min))
>  ....
>
> That is the current behaviour.

That's not what I see. I see
Debugger entered--Lisp error: (void-variable blah)
  (eval blah)
  (eval (eval blah) t)
  (org-eval (eval blah))
  (org-capture-expand-embedded-elisp)
  (org-capture-fill-template "%(eval blah)")
  (eval (org-capture-fill-template "%(eval blah)") nil)

Pretty clear, IMHO.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to