From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Speed commands Date: Wed, 18 Nov 2009 09:09:50 -0600 Message-ID: <87pr7fhnsx.fsf@riotblast.dunsmor.com> 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=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAmAN-0005KK-4B for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 10:09:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAmAM-0005Ix-9U for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 10:09:54 -0500 Received: from [199.232.76.173] (port=47158 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAmAM-0005Ih-4K for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 10:09:54 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:48156) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAmAK-0003G7-Vj for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 10:09:53 -0500 In-Reply-To: <78C217F4-D3EA-46BA-A237-CA0E54216D5E@uva.nl> (Carsten Dominik's message of "Fri, 13 Nov 2009 20:30:09 +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 mailing list Carsten Dominik writes: > On Nov 13, 2009, at 8:16 PM, Stephan Schmitt wrote: > >> Carsten Dominik wrote: >>> [...] >> >> ... 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 have to (require 'org-archive) for the org-archive-subtree-default-with-confirmation function to be available. This seems like core functionality of org-mode. Why does it need to be explicitly loaded? Thanks, Jason