emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Speed commands


From: Jason Dunsmore
Subject: Re: [Orgmode] Speed commands
Date: Wed, 18 Nov 2009 09:09:50 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

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?

Thanks,
Jason




reply via email to

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