Previous: Cooperation, Up: Interaction
(wrong-type-argument keymapp nil) when there is an outdated
version allout.el on the load path, for example the version
distributed with Emacs 21.x. Upgrade to Emacs 22 and this problem will
disappear. If for some reason you cannot do this, make sure that org.el
is loaded before allout.el, for example by putting
(require 'org) early enough into your .emacs file.
org-CUA-compatible. When set, Org-mode will move the following
keybindings in org-mode files, and in the agenda buffer (but not
during date selection).
S-UP -> M-p S-DOWN -> M-n
S-LEFT -> M-- S-RIGHT -> M-+
S-RET -> C-S-RET
Yes, these are unfortunately more difficult to remember. If you want
to have other replacement keys, look at the variable
org-disputed-keys.