On Fri, Oct 19, 2012 at 3:35 AM, HaveF <[email protected]> wrote: > I means the export function is depend on section reference, @other, @all > directives, but if I don't specify them in an unusual way, leo will export > file in outline node order, right?
You can answer this question for yourself. Create an @file node, omit @others and @all and see what happens :-) (You will get an error.) Leo handles scripts differently. It is valid for a script not to include descendant nodes. That is, you won't get an error if a script has descendants but does not include them with @others. This is so descendant nodes can contain data. 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.
