From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Proposed key binding changes: archiving and attachments Date: Fri, 30 Oct 2009 07:54:39 +0100 Message-ID: Mime-Version: 1.0 (Apple Message framework v936) 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 1N3mER-0007VR-Ji for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 03:49:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3mEM-0007PJ-PM for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 03:49:10 -0400 Received: from [199.232.76.173] (port=59942 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3mEM-0007P8-KJ for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 03:49:06 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:35378) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3mEM-0004QG-7o for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 03:49:06 -0400 Received: by ewy28 with SMTP id 28so152679ewy.42 for ; Fri, 30 Oct 2009 00:49:05 -0700 (PDT) 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: emacs-orgmode list Hi everyone, I would like to change some key bindings related to archiving, and this change will also affect the access key for attachments. 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. Here is my proposal: In Org-mode files ----------------- C-c C-a archive default (setq by org-archive-default-command) C-c C-x C-s org-archive-subtree (C-c $ remains valid as well) C-c C-x a org-toggle-archive-tag C-c C-x A org-archive-to-archive-sibling C-c C-x C-a attach In the agenda ------------- a archive with org-archive-default-command C-c C-a same as a C-c C-x a org-toggle-archive-tag C-c C-x A org-archive-to-archive-sibling C-c C-x C-s org-archive-subtree ($ remains valid as well) I am wondering how much resistance such a change would create. Comments? - Carsten