Scott Kostyshak wrote: > On master branch, the command > lyx2lyx -t 413 thesis.lyx > temp.lyx > gives the output > Warning: Malformed LyX document: Missing \justification. > but just opening the LyX document does not give any error. > > Is it malformed?
It is malformed in such a way that lyx2lyx does not find the \justification header setting. However, this does not matter, since it simply would remove it. See the commit log of cacd2a041d2c for details. > Note that other documents in the same folder give that error also. These were obviously converted from older versions by lyx2lyx and not saved by LyX. Georg