emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ox-latex language handling in Org-9.5 vs 9.6


From: Max Nikulin
Subject: ox-latex language handling in Org-9.5 vs 9.6
Date: Wed, 6 Sep 2023 21:55:04 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

Hi,

I consider the following as an issue rather close to the discussion in the thread Juan Manuel Macías. Fallback fonts in LaTeX export for non latin scripts. Wed, 30 Aug 2023 08:25:53 +0000.
https://list.orgmode.org/878r9t7x7y.fsf@posteo.net

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042450
elpa-org: #+LANGUAGE: de-de is not working in LaTeX export. Debian Bug report logs

I am unsure if the change was intentional.

#+language: de-de
#+latex_header: \usepackage[AUTO]{babel}

is exported to

\usepackage[ngerman]{babel}
% ...
\hypersetup{
% ...
 pdflang={Ngerman}}

by Org-9.5 and as

\usepackage[]{babel}
% ...
\hypersetup{
% ...
 pdflang={De-De}}

by Org-9.6. Similar user expectation should be had in mind during planning of further changes.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]