>>>>> "José" == José Matos <[EMAIL PROTECTED]> writes:
>> Will the problem I just described be fixed with the help of >> obsoletedby? (And is it stored in the .lyx-file, so it doesn't >> matter if you saved the file in between). José> I don't think so. What are describing would involve for each José> paragraph to remember part of its history. José> We have never been able to recover from such case. What we could do when a layout does not exist in a class is, instead of replacing it with defaultLayout(), to keep it as it is but let LyXTextClass::operator[] return defaultLayout for cases that do not exist. This would means that the layout name is not lost, but only not interpreted. JMarc
