From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: [FR] Archive subtree with parent structure Date: Wed, 28 May 2014 10:18:05 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpZ3w-00005C-R2 for emacs-orgmode@gnu.org; Wed, 28 May 2014 04:18:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WpZ3p-0005kQ-8H for emacs-orgmode@gnu.org; Wed, 28 May 2014 04:18:16 -0400 Received: from astarte.centershock.net ([5.45.98.111]:46223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpZ3p-0005kF-2R for emacs-orgmode@gnu.org; Wed, 28 May 2014 04:18:09 -0400 Received: from astarte.centershock.net (unknown [IPv6:::1]) by astarte.centershock.net (Postfix) with ESMTPA id DB985100100 for ; Wed, 28 May 2014 10:18:05 +0200 (CEST) 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 org-archive-subtree archives a subtree. * A ** AA *** AAA ** AB *** ABA Archiving AA will remove the subtree from the original file and create it like that in archive target: * AA ** AAA What I want (wish for) is to create it like that in the archive target: * A ** AA *** AAA If I also archive AB after that, it gets inserted in the structure which is now identical to the structure we started with. Use case: I tend to archive small pieces of a project's subtree long before I'm ready to archive the entire project. This way I build (want to build) an archived mirror of the project's subtree bit by bit. Thanks a lot to the org-mode developers.