From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitalie Spinu Subject: org-export: how to copy the parsed tree? Date: Fri, 28 Feb 2014 17:20:51 -0800 Message-ID: <87wqgeemto.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJYc3-0005sf-Tl for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 20:21:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJYbw-00038m-Jj for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 20:21:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:47938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJYbw-00038i-CI for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 20:21:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WJYbv-0005Zr-4t for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 02:21:03 +0100 Received: from 108-249-211-110.lightspeed.irvnca.sbcglobal.net ([108.249.211.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Mar 2014 02:21:03 +0100 Received: from spinuvit by 108-249-211-110.lightspeed.irvnca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Mar 2014 02:21:03 +0100 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: emacs-orgmode@gnu.org Hi, 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. Thanks, Vitalie