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-replace-disputed-keys. When
set, Org will move the following key bindings in Org 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-+
Yes, these are unfortunately more difficult to remember. If you want
to have other replacement keys, look at the variable
org-disputed-keys.
footnote-prefix to switch footnotes commands to another
key. Or, you could use org-replace-disputed-keys and
org-disputed-keys to change the settings in Org.