Just started using leo and have the following problem creating python 
program using @file

Outline
=====

@file myCode.py
    function1
        codeBlock1a
        codeBlock1b
            codeBlock1bi
    function2
        codeBlock2a
        codeBlock1b(clone)


when the file myCode.py is created function1 contains all the code in 
codeBlock1a and codeBlock1b(+ subnodes). 
However, function2 only shows codeBlock2a and codeBlock1b(+ subnodes) are 
missing from myCode.py.

How do I get codeBlock1b(+subnodes) to be output to file myCode.py in 
function2? I am using @others to insert codeBlock(s) into the file. All the 
code that goes into myCode.py is created inside leo.





-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/leo-editor/-/7VDHlvHzXHsJ.
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.

Reply via email to