From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Re: Speed commands Date: Fri, 13 Nov 2009 21:09:06 +0100 Message-ID: <4AFDBCE2.8090405@cs.tu-berlin.de> References: <87aayqfh8a.wl%ucecesf@ucl.ac.uk> <8D1991FE-E04A-41DF-8919-C72E4EA9AFF1@uva.nl> <4AFDB0AB.9040607@cs.tu-berlin.de> <78C217F4-D3EA-46BA-A237-CA0E54216D5E@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N92Sp-00040i-E3 for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 15:09:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N92Sk-0003yX-Vt for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 15:09:46 -0500 Received: from [199.232.76.173] (port=54631 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N92Sk-0003yO-Qr for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 15:09:42 -0500 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:64559) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N92Sk-0006hM-BF for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 15:09:42 -0500 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id 20AAA36A52 for ; Fri, 13 Nov 2009 21:09:41 +0100 (MET) In-Reply-To: <78C217F4-D3EA-46BA-A237-CA0E54216D5E@uva.nl> 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 mailing list sorry, I wasn't clear. I wanted to point out that in the org-speed-commands-default constant the letter 'a' is assigned twice: ("a" . org-agenda) ("a" . org-archive-subtree-default-with-confirmation) sure, I can change this for myself, but I thought it would make sense to avoid such a clash in the default map. Best, Stephan Carsten Dominik wrote: > > On Nov 13, 2009, at 8:16 PM, Stephan Schmitt wrote: >>> When you use it, please make a note when you notice additional >>> commands hat would be useful in this way - the keymap is far from full. >>> - Carsten >> >> ... so there are keys left to spend unique keys for the 'agenda' and >> 'archive' commands ;-) > > In the speed map, yes, there is space, and you can add keys yourself. > But I would recommend making these with confirmation query. > > (setq org-speed-commands-user > '(("A" . (let ((org-archive-default-command > 'org-archive-to-archive-sibling)) > (org-archive-subtree-default-with-confirmation))))) > > > I am happy to have a discussion what additional > commands should be present by default. > > - Carsten