Martin Vermeer wrote:
On Fri, Aug 17, 2007 at 01:58:24PM +0300, Dov Feldstern wrote:
Martin Vermeer wrote:
Attached my attempt at a lyx2lyx entry. Problem is,
it doesn't work. It doesn't even update the version
number to 279 in the .lyx file.
What do I overlook here?
- Martin
You need to change
int const LYX_FORMAT = 278;
in Buffer.cpp.
I did that. LyX just hangs. The command line lyx2lyx fails
by delivering a version 278 file without the intended
changes. Also telling it explicitly to produce 279 by
-t279 does nothing.
- Martin
I mean, the line should now read
int const LYX_FORMAT = 279
of course. Is this not working? Does running lyx2lyx standalone make any
difference?