Pedro Andres Aranda Gutierrez <[email protected]> writes: > Attached is a patch solving the Org export to PDF menu problems for > LaTeX and Beamer. Possibly triggered by a change in the menu API.
Rather bulk-replace error when changing (lambda ...) to #'(lambda ...). Apparently, we need to be careful with it when using #'(lambda ...) inside quoted lists. > Subject: [PATCH] Factor out export-and-show in ox-latex.el and ox-beamer.el > * etc/ORG-NEWS: Announce factored out functions. > * lisp/ox-beamer.el (org-beamer-export-to-pdf-and-open): New function to > export > the buffer to PDF and open the result in a PDF viewer. > export-backend: Use the new function instead of the inlined code. > * lisp/ox-latex.el (org-beamer-export-to-pdf-and-open): New function to export > the buffer to PDF and open the result in a PDF viewer. > export-backend: Use the new function instead of the inlined code. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=adb342777 -- 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>
