Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes: > 2. I'm over-writing the following option slots in :options-alist my tests: > > (:latex-class "BEAMER_CLASS" nil "beamer" t) > (:latex-class-options "BEAMER_CLASS_OPTIONS" nil > "[aspectratio=169,t,12pt]" t) > > 3. I have a file with the following lines at the beginning: > > #+BEAMER_CLASS_OPTIONS: [ignorenonframetext,presentation] > #+BEAMER_THEME: default > #+LaTeX_CLASS: article > #+LaTeX_CLASS_OPTIONS: [a4paper,twoside,11pt] > ... > However, when I export to Beamer, I was expecting > \documentclass[ignorenonframetext,presentation]{beamer} > but get the same > \documentclass[a4paper,twoside,11pt]{article} > > So apparently, overwriting the :options-alist doesn't have any effect. > What am I not understanding about (org-export-define-derived-backend)
This is a bug. I just fixed it on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=95aee91c26 -- 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>