emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Speed commands


From: Carsten Dominik
Subject: Re: [Orgmode] Speed commands
Date: Wed, 18 Nov 2009 23:54:26 +0100


On Nov 18, 2009, at 4:09 PM, Jason Dunsmore wrote:

Carsten Dominik <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]