[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] counter-intuitive key bindings
From: |
Leo |
Subject: |
[Orgmode] counter-intuitive key bindings |
Date: |
Sat, 28 Jul 2007 12:17:06 +0100 |
User-agent: |
Gnus/5.110007 Emacs/23.0.0 (20070727) Fedora 7 (gnu/linux) |
(info "(org)Multiple sets in one file")
| `C-S-<right>'
| `C-S-<left>'
| These keys jump from one TODO subset to the next. In the above
| example, `C-S-<right>' would jump from `TODO' or `DONE' to
| `REPORT', and any of the words in the second row to `CANCELED'.
These key bindings are to move from one set of the TODO items to
another, which intuitively are a vertical motion. See this configure:
| (setq org-todo-keywords
| '((sequence "TODO" "|" "DONE")
| (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
| (sequence "|" "CANCELED")))
I would propose to change these key bindings to:
C-S-<up/down>
HTH,
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
- [Orgmode] counter-intuitive key bindings,
Leo <=