Hi List, I like to use windmove.el and it is working outside orgmode buffers in my Emacs:
,----------------------------------------------------------------- | <S-left> runs the command windmove-left, which is an interactive | compiled Lisp function in `windmove.el'. | | It is bound to <S-left>. `----------------------------------------------------------------- org-replace-disputed-keys is set true: ,------------------------------------------------------------- | org-replace-disputed-keys is a variable defined in `org.el'. | Its value is t | Original value was nil `------------------------------------------------------------- But the doc says: "This option is only relevant at load-time of Org-mode, and must be set *before* org.el is loaded. Changing it requires a restart of Emacs to become effective." and it does not work in org buffers: ,---------------------------------------------------------------------- | <S-left> runs the command org-shiftleft, which is an interactive Lisp | function in `org.el'. `---------------------------------------------------------------------- I'm not sure what to do about this, since I use the emacs24-starter-kit, and org-replace-disputed-keys is set in an .org file, that must be tangled before it is loaded, and I assume org.el must be loaded before any .org files can be tangled? Thanks for any hints. -- cheers, Thorsten