Jean-Marc Lasgouttes wrote: > If I understand correctly, the problem is that we have a 1.3.x > document that uses BriefText as layout for ERT, and you force it to > become Standard instead.
Correct. Unfortunately this problem could also occur for 1.4 -> 1.3 conversions > Why is that? It uses BriefText as layout for ERT because that is the default layout of the textclass (I guess this is clear). It is changed to Standard by lyx2lyx because I thought that the default layout of any textclass is always named Standard when I wrote the convert_ert_paragraphs function in lyx_1_4.py. There are lots of other places in lyx2lyx where this assumption is also made. I did write some of them, but to my defense I can say that there are also some that were not written by me. Georg
