Variable: org-return-follows-link
org-return-follows-link is a customizable variable defined in
org-keys.el.gz.
Value
nil
Documentation
Non-nil means on links RET will open links, timestamps, and citations.
In tables, the special behavior of RET has precedence.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-keys.el.gz
(defcustom org-return-follows-link nil
"Non-nil means on links RET will open links, timestamps, and citations.
In tables, the special behavior of RET has precedence."
:group 'org-link-follow
:type 'boolean
:safe #'booleanp)