emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org-speed-commands-default 1 2 3


From: Oleh
Subject: [O] org-speed-commands-default 1 2 3
Date: Tue, 23 Jul 2013 15:48:48 +0200

Hi all,

I've recently started using `org-use-speed-commands', and I like it a lot,
except I had to make one tweak:

    (setq org-use-speed-commands t)
    (setq org-speed-commands-user
          '(("1" . (org-shifttab 1))
            ("2" . (org-shifttab 2))
            ("3" . (org-shifttab 3))))

The corresponding values of `org-speed-commands-default' aren't that useful
for GTD:

    ("1" org-priority 65)
    ("2" org-priority 66)
    ("3" org-priority 67)

I'd suggest to change the default behavior to `org-shifttab'.
I don't know if people want this, but I like to just put the idea out there.
As an extra plus, it's similar to magit shortcuts.

regards,
Oleh



reply via email to

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