Ah, that makes sense, some experimenting seems to confirm this. That means the pattern I thought I saw was just accidental.
Storing the content in separate files seems like a good idea, I guess, but will require more careful organization - I'm experimenting a lot with cloning and working in different trees, etc. If I understand correctly this will require storing the content, say markdown, in external files via @file trees with sentinels first, and only then clone nodes from such @file trees to other trees in the outline? Thanks for chiming in! On Tuesday, December 6, 2016 at 1:01:24 AM UTC+1, Terry Brown wrote: > > On Mon, 5 Dec 2016 14:29:42 -0800 (PST) > Arjan <[email protected] <javascript:>> 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.
