Hi Samuel
On Aug 31, 2008, at 10:35 PM, Samuel Wales wrote:
The keybinding for ESC right remains bound to forward-word even after
loading org.
I you run Org-mode under X windows, org normally does not use this key
binding,
since meta-right does the same job. If you would like to insist using
it,
you can, using the lates git-released version, by setting org-use-
extra-keys.
HTH.
- Carsten
What am I doing wrong below? I must be missing something obvious.
;;[emacs is carbon emacs 22 on mac os x tiger, which runs as gui]
;;[org is 6.06b]
;;emacs -q from the default terminal
;;eval the following forms using c-x c-e
(defun alpha-add-path (p) (setq load-path (cons p load-path)))
(alpha-add-path "[valid path]/org/lisp")
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
;;c-x c-f [myorgfile].org
;;result loads and colorizes correctly. TAB works correctly for the
mode.
;;m-x org-version
;;result "Org-mode version 6.06b"
;;c-h c ESC right
;;result "ESC <right> (translated from <escape> <right>) runs the
command forward-word"
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode