From 7306e04193a3e3921b1e5ca40517f4eddd9ee45f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 15 Feb 2013 16:44:58 +0100 Subject: [PATCH] org.el (org-return-follows-link): Mention that this does not affect the behavior of RET in tables * org.el (org-return-follows-link): Mention that this does not affect the behavior of RET in tables. --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 809cca904..7eb92ec58 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1658,7 +1658,8 @@ implementation is bad." :type 'boolean) (defcustom org-return-follows-link nil - "Non-nil means on links RET will follow the link." + "Non-nil means on links RET will follow the link. +In tables, the special behavior of RET has precedence." :group 'org-link-follow :type 'boolean) -- 2.11.4.GIT