From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: auto archive Date: Tue, 15 Jan 2008 12:51:39 +0100 Message-ID: <4E8047AC-F687-466F-B401-0CDE6B071768@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEkKX-0008IM-RU for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 06:51:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEkKW-0008HE-8m for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 06:51:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEkKV-0008H6-UL for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 06:51:43 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEkKV-0004AY-Ht for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 06:51:43 -0500 Received: by ug-out-1314.google.com with SMTP id a2so75496ugf.48 for ; Tue, 15 Jan 2008 03:51:42 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Richard G Riley Cc: org-mode On Dec 29, 2007, at 1:32 PM, Richard G Riley wrote: > > Is there a way for archived todo items to be moved directly to the > archive file? > > Also it would be nice if org-advertized-archive-subtree respected a > region selection but ignoring the itmes not tagged as archived. > > A common use of archive for me would be to mark a lot of "things to > do" > as "done" or "cancelled" and then move them to an archive file. they > are > not a "whole" sub tree as they are maybe one in every 3 in my total > "Tasks" category. > > If I have an archive file specified using "#+ARCHIVE: %s_done::" I'm > not > sure I see the use of "C-c C-x C-a" with it not moving the item > directly > to the archive file. C-c C-x C-a just adds the archive tag, explicitly designed to provide an archiving mechanism internal to the current file/tree. If you want to move an entry to the archive location, use `C-c $' instead. - Carsten