Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes: > Hmmm... I don't get it. > If I have #+STARTUP: beamer, I get the beamer keywords and there is no > (require 'ox-beamer) > in org-pcomplete.el > > But if I want to have the latex keywords, I need > (require 'ox-latex) > I'm a bit puzzled ... sorry
#+STARTUP: beamer implicitly loads ox-beamer. That's it. For other export backends, the completion is only available after the backend is loaded via (require 'ox-...) -- 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>