Dear LyX developers, exploring the current test failures and inversions, I came across a strange issue:
* doc/sk/Intro.lyx fails to compile when I change the font setting to "use non-TeX fonts" for PDF (XeTeX) PDF (LuaTeX) but not DVI (LuaTeX) * The error points to the language nesting problem with polyglossia. ! LaTeX Error: \begin{otherlanguage} on input line 352 ended by \end{itemize}. This should be the same for any export using Unicode fonts, however a look in the source pane shows, that with DVI (LuaTeX), the export still uses Babel, not Polyglossia. IMO, the setting \language_package auto should select Polyglossia for all exports with Unicode (non-TeX) fonts. Günter