From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Frings Subject: Re: Proposed key binding changes: archiving and attachments Date: Fri, 30 Oct 2009 11:31:20 +0100 Message-ID: References: <20091030095458.GA4675@taupan.ath.cx> Mime-Version: 1.0 (Apple Message framework v1076) 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 1N3olY-0000y5-Uv for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 06:31:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3olT-0000sK-Eb for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 06:31:31 -0400 Received: from [199.232.76.173] (port=50059 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3olT-0000rv-5x for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 06:31:27 -0400 Received: from mornm01-out.agfa.com ([134.54.1.75]:7956) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3olS-0003x8-Py for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 06:31:26 -0400 In-Reply-To: <20091030095458.GA4675@taupan.ath.cx> 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 Mailinglist On 30 Oct 2009, at 10:54, Friedrich Delgado Friedrichs wrote: > Carsten Dominik schrieb: >> The main reason is that I think there should be a single default key >> for archiving, and that the user sets a variable to decide what the >> default archiving method should be. I would like this key to be `C- >> c C-a' which >> is why the org-attach key would have to move as well. [snip] >> In the agenda >> a archive with org-archive-default-command > > If that hit me by surprise there would be some cussing involved, I > guess. What's the planned default for org-archive-default-command? If > I get a fair warning I'd set it to org-toggle-archive-tag. I kind of agree that one-letter commands should be `safe': they should not do anything that cannot be easily undone; it's just too easy to hit them by accident. If it cannot be undone, I prefer the C-x ... key sequence, or have the `a' prompt for something. Cheers, Peter.