On Thu, Jan 19, 2012 at 3:57 PM, HansBKK <[email protected]> wrote: > Could you help me understand the significance of using the *first* @<file>? > > My understanding was that position would ensure "lowest" priority, the > *last* @<file> branch having the highest priority - is that accurate?
Yes. > If so, is it acceptable to substitute "any but the last" rather than > "first", to handle the case where there needs to be more than one importing > @<file> branch (keeping to the rule that any given node is only in one of > them). You can do anything that works :-) Keep in mind that what is actually happening is simple: 1. Leo reads the .leo file first, then all @<file> nodes, in outline order. 2. Given point 1, the last clone that Leo reads "wins". 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.
