From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Proposed key binding changes: archiving and attachments Date: Sat, 31 Oct 2009 09:23:05 -0400 Message-ID: <87639v8zpi.fsf@gollum.intra.norang.ca> References: <20091030095458.GA4675@taupan.ath.cx> <65069A69-7B04-41F5-BAB2-05C0810E9CBD@gmail.com> 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 1N4DvH-0005us-9J for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 09:23:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4DvD-0005tQ-Mc for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 09:23:14 -0400 Received: from [199.232.76.173] (port=36182 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4DvC-0005t8-FT for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 09:23:10 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:51412) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N4DvC-0005ns-17 for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 09:23:10 -0400 In-Reply-To: <65069A69-7B04-41F5-BAB2-05C0810E9CBD@gmail.com> (Carsten Dominik's message of "Sat\, 31 Oct 2009 10\:13\:40 +0100") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > OK, here is what I have now settled for, effective immediately: > > The following keys now do archiving > > C-c C-x C-a archive using the command specified in > `org-archive-default-command' > > This variable is by default set to `org-archive-subtree', which means > arching to the archive file. > > The three specific archiving commands are available through > > C-c C-x C-s archive to archive file > C-c C-x a toggle the archive tag > C-c C-x A move to archive sibling > > These bindings work the same in an Org file, and in the agenda. > > In addition: > > - In the agenda you can also use `a' to call the default archiving > command, but you need to confirm the command with `y' so that this > cannot easily happen by accident. > > - For backward compatibility, `C-c $' in an org-mode file, and `$' in > the agenda buffer continue to archive to archive file. > > Can we agree on this? Works for me :) Thanks, Bernt