From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-export: how to copy the parsed tree? Date: Sat, 01 Mar 2014 12:36:30 +0100 Message-ID: <87vbvyp2v5.fsf@gmail.com> References: <87wqgeemto.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJiDM-0004PJ-Hs for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 06:36:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJiDC-0008LP-Hz for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 06:36:20 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:55505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJiDC-0008LH-AG for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 06:36:10 -0500 Received: by mail-wi0-f174.google.com with SMTP id f8so1692443wiw.13 for ; Sat, 01 Mar 2014 03:36:09 -0800 (PST) In-Reply-To: <87wqgeemto.fsf@gmail.com> (Vitalie Spinu's message of "Fri, 28 Feb 2014 17:20:51 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Vitalie Spinu Cc: emacs-orgmode@gnu.org Hello, Vitalie Spinu writes: > Is there an easy way to copy org sub-tree in :filter-parse-tree? > > The structure of the parsed tree is somewhat complicated with recursive > references to parents in multiple places. So, copy-tree infloops. This is not really an answer to your question, but do you really need to copy the full tree? There are tools to modify it. You can also build a new parse tree and return it. Regards, -- Nicolas Goaziou