[SOLVED] (was: exporting timestamps to html, day of the week is not exported.)

2022-07-15 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I only now realized that the day of the week of week in a org timestamp > is not exported. (let ((org-time-stamp-custom-formats '("<%A, %B %d, %Y>" . "<%A, %B %d, %Y %H:%M>")) (org-display-custom-times 't)) (org-html-export-to-html))

Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-15 Thread Max Nikulin
On 15/07/2022 01:17, Juan Manuel Macías wrote: Juan Manuel Macías writes: In any case, I personally think that org-latex-language-alist, as it is now in this patch, is sufficient. I agree that the lists should be merged. My point is that with unnamed fields and variable number of them it wou

Re: Fallback fonts in LuaTeX via 'luaotfload.add_fallback' (was "Fontsets")

2022-07-15 Thread Max Nikulin
On 12/07/2022 22:26, Juan Manuel Macías wrote: Today I discovered that luaotfload included in v. 3.12 a new experimental function, luaotfload.add_fallback, to be able to add a list of fallback fonts to a LuaTeX document, at a low level. ... \documentclass{article} \usepackage{fontspec}

Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-15 Thread Juan Manuel Macías
Max Nikulin writes: > I have tried on Ubuntu-20.04 LTS focal (Latest LTS is 22.04 jammy). > Without explicit fontenc it may work, but emits a warning > > Package babel Warning: No Cyrillic font encoding has been loaded so far. > (babel)A font encoding should be declared before babe

Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-15 Thread Juan Manuel Macías
Max Nikulin writes: > I would consider structures with named fields (alists or plists) for a > case of adding some additional settings (Font name? But it is rather > defcustom than defconst) > > ("es" . (:babel "spanishmx" :poliglossia "spanish" > :poliglossia-variant "mexican") I was paying more

Re: [possible patch] Basic fontspec code for LuaLaTeX and XelaTeX (was "LaTeX export: when is it more useful...")

2022-07-15 Thread Max Nikulin
On 11/07/2022 21:23, Juan Manuel Macías wrote: Max Nikulin writes: \\ifpdftex \\relax \\else Is it the case of latex as the old engine with tex->dvi->ps workflow besides new XeTeX and LuaTeX? However such engine is not used by Org. According to the iftex documentation (p. 2): \ifpdft