On 2017-10-07, Pavel Sanda wrote: > Guenter Milde wrote: >> I propose to use labels similar to what we have for PDF with current >> LyXHTML either becoming just HTML or HTML (LyX):
>> HTML, HTML (elyxer), [HTML (tth), ...] > That's OK with me. >> > And manuals should perhaps state that elyxer is outdated and can't cope >> > with new lyx features. >> Rather than that, the export configuration should be changed to use lyx2lyx >> to export to the file format understood by elyxer. > I'd say we should invest our energy to current html export instead of > finding ways how to support converter which is dead for years. The local fix is trivial, the relevant part of "~/.lyx/preferences" is: # # FORMATS SECTION ########################## # \format "html" "html, htm" "HTML (elyxer)" "H" "firefox" "" "document,menu=export" "text/html" \format "xhtml" "xhtml" "XHTML" "y" "firefox" "" "document,menu=export" "application/xhtml+xml" # # CONVERTERS SECTION ########################## # \converter "lyx21x" "html" "elyxer --nofooter --directory $$r $$i $$o" "" \converter "lyx" "html" "" "" # How can we get this as default entries with configure.py? Thanks, Günter