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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to