I've noticed that using C-n or C-p in column view jumps me around between columns and sometimes outside of any column at all. When using the arrow keys point moves up and down rows, staying in the same column as I'd expect.
I checked my bindings, and C-n is bound to: ,---- | C-n runs the command next-line, which is an interactive compiled Lisp | function in `simple.el'. `---- And the down arrow appears to be bound to some anonymous function: ,---- | <down> runs the command #[nil "i^X\302\303!\210\304 | \203...@m\204^v^@\302\303!\210\202...@\305^h!\210 \306=\205\"^...@\307 | )\207" [col major-mode beginning-of-line 2 org-invisible-p2 | move-to-column org-agenda-mode org-agenda-do-context-action] 2 nil | nil], which is an interactive compiled Lisp function. `---- I've grepped the source and I can't seem to find where this binding is set. I'd like to set it to C-n so it works as expected since I really *hate* using the arrow keys. Thanks. -- Peter Jones - pmade inc. 303-219-0226 http://pmade.com _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode