On 04/08/2022 17:04, Juan Manuel Macías wrote:
Subject: [PATCH] lisp/ox-latex.el: `org-latex-language-alist'
improved.
Thank you, Juan Manuel. The patch looks like what I was trying to
suggest. However I have not tried to implement fontenc on the top of it.
+ (format "\\1\\2%s}"
+ (or language language-ini-only))
Likely never variant is ideal. Maybe language should be always in :babel
and :babel-ini-only should be boolean. I am not sure though that it will
not make code more complex in other places, so feel free to ignore this
comment.