diff options
| author | Bastien Guerry <bzg@altern.org> | 2013-02-15 15:44:58 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2013-02-15 15:44:58 (GMT) |
| commit | 7306e04193a3e3921b1e5ca40517f4eddd9ee45f (patch) | |
| tree | b2eb1cb08e366375bdf0c87867e751c9e1222fef | |
| parent | 4d7f4d87fb00ae206069fb7bb3503056bcd813ad (diff) | |
| download | org-mode-7306e04193a3e3921b1e5ca40517f4eddd9ee45f.zip org-mode-7306e04193a3e3921b1e5ca40517f4eddd9ee45f.tar.gz | |
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.
| -rw-r--r-- | lisp/org.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el index 809cca9..7eb92ec 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) |
