"Pedro A. Aranda" <[email protected]> writes:

> The second step towards multi-language,multi-package font handling.
>
> In this patch, we enhance the LANGUAGE keyword for the LaTeX exporter 
> and allow it to have multiple values. This is previous to checking the
> document's configuration WRT LaTeX compiler, locale handling and font 
> configuration.
> --- a/lisp/ox-latex.el
> +++ b/lisp/ox-latex.el
> @@ -130,6 +130,7 @@ (org-export-define-backend 'latex
>      (:description "DESCRIPTION" nil nil parse)
>      (:keywords "KEYWORDS" nil nil parse)
>      (:subtitle "SUBTITLE" nil nil parse)
> +    (:languages "LANGUAGE" org-export-default-language nil split)

I do not think that such change is a good idea to do independently in
ox-latex.el, but not in ox.el, as we originally planned. Yes, multiple
languages will work in latex export with your change, but it will also
break all non-latex exports.

So, the patch should also include global changes to LANGUAGE keyword in
ox.el.

-- 
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>

Reply via email to