From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Proposed key binding changes: archiving and attachments Date: Sat, 31 Oct 2009 10:56:06 -0400 Message-ID: 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 1N4FNJ-0004Ux-S1 for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 10:56:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4FNF-0004TQ-Tt for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 10:56:17 -0400 Received: from [199.232.76.173] (port=33440 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4FNF-0004TI-O7 for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 10:56:13 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:43112) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4FNF-0003cl-CG for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 10:56:13 -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? > > - Carsten This looks good to me. - Matt