On Mon, 5 Dec 2016 14:29:42 -0800 (PST) Arjan <[email protected]> wrote:
> Hi, I'm still new to leo and slowly learning to work with it. I have > a notes.leo file which I'm working on from two different computers > (one Windows, one Linux, but with the same Python and Leo versions). > > When I save the file in Leo on Ubuntu, the V nodes get an `a="E"` > attribute, but not on Windows. This is cluttering my git history. Any I think, subject to Edward confirming, it marks the node as expanded. If you can remember to collapse all (Alt-minus) before saving and committing it should be less of an issues git history wise. I typically don't look at changes to .leo files in git, i.e. I ignore them - I think it's good practice to put "content" in external .py / .md / whatever files and just use the .leo file for organization. Cheers -Terry > clue where this extra attribute is coming from? Do I maybe have > different Leo settings? I couldn't find anything because it's hard to > search for information on a one-letter attribute. > > Example from git diff: > > -<v t="arjan.20161110181647.1"><vh>Sources</vh> > +<v t="arjan.20161110181647.1" a="E"><vh>Sources</vh> > > Hoping someone can enlighten me! > > Best wishes, Arjan > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
