On Jul 13, 7:10 am, Kent Tenney <[email protected]> wrote: > Howdy, > > current bzr, Ubuntu 9.04 > > Create > @auto myfile.rst > > save, close, open Leo file > > change to > @auto-rst myfile.rst > > save Leo file > myfile.rst is now empty
There are several things that may be going on. What likely tripped you up is that Leo mostly ignores the contents of the top-level @auto- rst nodes. This hack allows the importer to put useful stuff into the @auto-rst without affecting round-tripping. But as you point out, if you created the @auto-rst via renaming, you will lose whatever is in the top-level node when you write the file. The recent check to see whether the node has ever been read presently does not distinguish between @auto and @auto-rst, so you don't get that error either. It's not clear how to fix this. We may need a period of experimentation to find what works best. That's fine, but I don't think this side issue should delay Leo 4.6 final. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
