Sébastien Gendre <s...@k-7.ch> writes: > To have these commands in the Org export dispatcher, a user first need > to enable "org-beamer-mode".
No. One needs to load ox-beamer library. org-beamer-mode just happens to autoload it. This is described at the very beginning of "Exporting" section: Org only loads backends for the following formats by default: ASCII, HTML, iCalendar, LaTeX, and ODT. Additional backends can be loaded in either of two ways: by configuring the ~org-export-backends~ variable, or by requiring libraries in the Emacs init file. For example, to load the Markdown backend, add this to your Emacs config: #+begin_src emacs-lisp (require 'ox-md) #+end_src -- 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>