"Pedro A. Aranda" <[email protected]> writes: > It's a base for discussion (hence the 'Towards' in the Subject). > I have initially in ox-latex, because it's where I need it and have it > under control. We can make it available to all backends, just by moving > it to `org-export-options-alist' in ox.el.
I am not sure if we can simply move it. At least, not in the form presented in the patch. + (:other-languages "OTHER_LANGUAGES" nil org-latex-doc-metadata-other-languages t) mixes generic keyword OTHER_LANGUAGES and latex-specific - org-latex-doc-metadata-other-languages. So, /something/ will need to be changed if we decide to move the export option. We cannot keep org-latex-doc-metadata-other-languages in ox.el. I personally do not feel comfortable keeping generic keywords in ox-latex. I would like it better if we either make it fully latex-specific and keep in ox-latex, or fully generic, and move to ox.el. What would be your preference? -- 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>
