On Sun, Mar 27, 2016 at 10:55 AM, <[email protected]> wrote: > I need (copy of) node X in file_a.leo to be in file_b.leo. > > What is the right way to do this simple thing ? >
Ctrl-Shift-C (copy-node), copies the node and all its descendants, followed by Ctrl-Shift-P (paste-node), which again pastes the entire tree. *Notes* 1. copy-node writes the tree as xml. Leo does allow you to paste this back into the body text of a node with Ctrl-P (paste-text). Sometimes this is useful. 2. If you paste-node into file_a.leo, Leo makes *copies* of all nodes. If you want to preserve clone links, use paste-retaining-clones instead of paste-node. HTH. Edward -- 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.
