From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Speed commands Date: Fri, 13 Nov 2009 21:30:21 +0100 Message-ID: <2C0C8DA0-92E3-40AC-99B0-C618B99DCDEB@uva.nl> 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> <4AFDBCE2.8090405@cs.tu-berlin.de> 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 1N92mw-0003wF-8e for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 15:30:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N92mr-0003tZ-OW for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 15:30:33 -0500 Received: from [199.232.76.173] (port=50875 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N92mr-0003tT-LH for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 15:30:29 -0500 Received: from paard.ic.uva.nl ([145.18.40.182]:46818) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N92mr-0001QO-6w for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 15:30:29 -0500 In-Reply-To: <4AFDBCE2.8090405@cs.tu-berlin.de> 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: Stephan Schmitt Cc: Emacs-orgmode mailing list Wow, indeed :-) - Carsten On Nov 13, 2009, at 9:09 PM, Stephan Schmitt wrote: > 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 - Carsten