(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)



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to