Variable: org-tab-follows-link
org-tab-follows-link is a customizable variable defined in
org-keys.el.gz.
Value
nil
Documentation
Non-nil means on links TAB will follow the link.
Needs to be set before Org is loaded. This really should not be used, it does not make sense, and the implementation is bad.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-keys.el.gz
(defcustom org-tab-follows-link nil
"Non-nil means on links TAB will follow the link.
Needs to be set before Org is loaded.
This really should not be used, it does not make sense, and the
implementation is bad."
:group 'org-link-follow
:type 'boolean)