arthur miller <[email protected]> writes: >>> 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) > ... > Definitely interesting :). I copy-pasted from mine Emacs. > > No idea what is at play there.
You probably do not have org-capture.el loaded yet with org-capture-expand-embedded-elisp defined elsewhere. `org-capture-expanded-embedded-elisp' is defined in org-capture.el. -- 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>
