On Mon, Jan 25, 2010 at 9:50 AM, Kent Tenney <[email protected]> wrote:
> My guess is I'm describing a wishlist item: I would reject such an item. > - when saving an @auto tree which creates the external file, Leo > implicitly inserts @other directives where required to > create an external file with indentation reflecting the > node tree. Imo, this would be a poor plan. There are plenty of ways to do what you want, including taking care to insert the @others directive yourself. More to the point, you could do the following: - Write the tree using @nosent. - Convert @nosent to @@nosent so there is no possibility of losing data. - Create an empty @auto node for the file just created. - Save the outline. You will get a message that the @auto node was not written. - Reload the outline. 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.
