From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Speed commands Date: Wed, 18 Nov 2009 23:54:26 +0100 Message-ID: <20A380B7-2CDF-4A21-9F7A-A4B972F35194@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> <87pr7fhnsx.fsf@riotblast.dunsmor.com> 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 1NAtQH-0007Yh-QE for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 17:54:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAtQD-0007Uo-0r for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 17:54:49 -0500 Received: from [199.232.76.173] (port=43024 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAtQC-0007US-Qn for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 17:54:44 -0500 Received: from postduif.ic.uva.nl ([145.18.40.180]:48504) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAtQC-0003zN-7D for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 17:54:44 -0500 In-Reply-To: <87pr7fhnsx.fsf@riotblast.dunsmor.com> 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: Jason Dunsmore Cc: Emacs-orgmode mailing list On Nov 18, 2009, at 4:09 PM, Jason Dunsmore wrote: > 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? Should be auoloaded, this is a bug. Fixed now, please don' forget to (after pulling) re-make org-install.el by running "make" or at least "make autoloads". HTH - Carsten