From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hugo Schmitt" Subject: Re: Auto Archive TODOs? Date: Thu, 24 Jan 2008 16:54:17 -0300 Message-ID: <2f1c7d020801241154u1d564f90t843b9276e01d7533@mail.gmail.com> References: <87ejc7vx0s.fsf@rosslaird.info> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JI89V-0007T6-C0 for emacs-orgmode@gnu.org; Thu, 24 Jan 2008 14:54:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JI89U-0007Su-JZ for emacs-orgmode@gnu.org; Thu, 24 Jan 2008 14:54:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI89U-0007Sr-Cx for emacs-orgmode@gnu.org; Thu, 24 Jan 2008 14:54:20 -0500 Received: from ro-out-1112.google.com ([72.14.202.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JI89U-0006tF-0B for emacs-orgmode@gnu.org; Thu, 24 Jan 2008 14:54:20 -0500 Received: by ro-out-1112.google.com with SMTP id k4so431700rog.6 for ; Thu, 24 Jan 2008 11:54:19 -0800 (PST) In-Reply-To: <87ejc7vx0s.fsf@rosslaird.info> Content-Disposition: inline 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: "Ross A. Laird" Cc: emacs-orgmode@gnu.org Hi... You can do both things, number 2 is easier, if that solves your problem. 1) John Wiegley implemented something to auto archive done tasks. I dunno if it has been added in org. Here is the link: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg02939.html 2) Rebind to another key: This normally goes like this: - Find out which command C-c xs calls using C-h k (in this case org-advertized-archive-subtree) - Append to your org mode customizations: (define-key org-mode-map (kbd "") 'org-advertized-archive-subtree) HTH, Hugo On Jan 24, 2008 4:33 PM, Ross A. Laird wrote: > > > Is there any way to automatically archive completed todo items, so that > I don't have to manually type C-cxs? > If not: I'm not very good at emacs customization, but perhaps there is a way to > do this in emacs itself, so that the function called by C-cxs is called > by another, simpler key. > > Ross > -- > Ross A. Laird, PhD > www.rosslaird.info > > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >