Hi Edward,

Thanks again for the reply. But paste-retaining-clones just make a clone, 
and it is not what I was talking about. I’m not sure if you saw my last 
email - I’m pasting it here again:

Parent - Child 1 (not a clone)
            - Child 2 (a clone of Child 2 from somewhere else)

I want to generate another

Parent (not a clone) - Child 1 (still not a clone)
                                 - Child 2 (still a clone of Child 2 from 
somewhere else)

not:

Parent (a clone of original Parent) - Child 1 (now a clone of the original 
Child 1)

               - Child 2 (still a clone of Child 2 from somewhere else)

Basically I want to generate a deep copy of a node, with clone status of 
its children retained. 

Best,
Joon

On Wednesday, December 10, 2014 5:19:42 AM UTC-6, Edward K. Ream wrote:

On Tue, Dec 9, 2014 at 4:17 PM, Joon Ro <[email protected] <javascript:>> 
> wrote:
>
>> On Tuesday, December 9, 2014 6:10:29 AM UTC-6, Edward K. Ream wrote:
>>>
>>>
>>> ​Copy the tree, then do paste-retaining-clones.
>>>
>>>
>> I do not have this option in my context menu (I'm using 5.0 final). Is it 
>> a newer functionality?
>>
>
> ​It's not the context menu.  You can execute it from the minibuffer:​
>  
>
> ​<Alt-x>paste-retaining-clones<Return>
>
> or from the outline menu:  Paste Node as Clone.
>
> 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 http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to