I suppose a line could begin: status openly. So we'll try harder.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25547 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-07-10 22:18:14 +00:00
parent 72b07ea716
commit a3cfc7aea3

View File

@ -329,8 +329,8 @@ def lyx2latex(lines):
line.startswith("\\begin_inset") or \
line.startswith("\\end_inset") or \
line.startswith("\\lang") or \
line.startswith("status collapsed") or \
line.startswith("status open"):
line.strip() == "status collapsed" or \
line.strip() == "status open":
#skip all that stuff
continue