Hi Carsten/All, I'm a --without-x user and set org-return-follows-link. When I hit enter on a link it simply inserts \n.
If I apply this patch:
diff --git a/generic/.elisp/org/lisp/org.el b/generic/.elisp/org/lisp/org.el index 878482d..4c8adb2 100644 --- a/generic/.elisp/org/lisp/org.el +++ b/generic/.elisp/org/lisp/org.el @@ -3278,7 +3278,6 @@ The following commands are available: (org-defkey org-mouse-map [(tab)] 'org-open-at-point) (org-defkey org-mouse-map "\C-i" 'org-open-at-point)) (when org-return-follows-link - (org-defkey org-mouse-map [(return)] 'org-open-at-point) (org-defkey org-mouse-map "\C-m" 'org-open-at-point)) (require 'font-lock)
All becomes well again. Does org-return-follows-link work with this patch applied against an X11/w32 linked emacs? Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk
_______________________________________________ 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