From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: auto archive Date: Sat, 29 Dec 2007 13:32:22 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8arc-0003h9-Gz for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 07:32:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8arb-0003gY-F0 for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 07:32:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8arb-0003gP-A7 for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 07:32:27 -0500 Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8ara-0001gS-Vm for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 07:32:27 -0500 Received: by fg-out-1718.google.com with SMTP id d23so2432149fga.30 for ; Sat, 29 Dec 2007 04:32:25 -0800 (PST) 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: org-mode 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. Any hints on using these features appreciated.