From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: Re: different achiving mode Date: Sat, 04 Jan 2014 23:39:39 +0100 Message-ID: <878uuvnzh0.fsf@pcbe13433.cern.ch> References: <87d2k7st0n.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzZsl-0003OL-6Q for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 17:39:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzZsg-0007oV-Q7 for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 17:39:51 -0500 In-Reply-To: <87d2k7st0n.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien, learning recently new things about org mode i think i have requested a bullshit. Basically the idea was to somehow 'retain' the project tree, or at least be able to restore its form from archive when needed. Seeing complexity of this, it does not look like something easy to implement... .d. Bastien writes: > Hi David, > > David Belohrad writes: > >> for a certain time I'm using ordinary archiving. I.e. moving DONE marked >> tags to archive file. For this I'm using >> >> (org-advertized-archive-subtree &optional FIND-DONE) >> >> with shortcut C-u C-c C-x C-s, hence it will find all DONE items and >> move them to archive. >> >> I have a trouble with 'how' the items are moved. If I look into archive, >> the hiearchy is 'flattened'. What I'd like to see there is the same >> hierarchy as I have in the original file, the same tags, but with >> ARCHIVE tag added (eventually having entire file marked with ARCHIVE >> tag). > > Mhh... I don't see how we could not flatten the hierarchy in some > circumstances. > > For example: > > * TODO Headline > ** DONE Task > > If you want to archive the DONE Task to another file, you cannot > archive the TODO Headline with it. > > Or maybe I didn't understand your use-case correctly. > > Best, > > -- > Bastien