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