Label `org-tab-follows-link' as deprecated.
This commit is contained in:
parent
91660c7bfc
commit
b00df4025e
|
@ -6,6 +6,7 @@
|
|||
(org-set-regexps-and-options): Match more general #+TODO lines.
|
||||
(org-make-options-regexp): New optional argument EXTRA, for an
|
||||
extra regexp.
|
||||
(org-tab-follows-link): Mark as deprecated.
|
||||
|
||||
2009-02-07 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
|
|
|
@ -1110,7 +1110,9 @@ links created by planner."
|
|||
|
||||
(defcustom org-tab-follows-link nil
|
||||
"Non-nil means, on links TAB will follow the link.
|
||||
Needs to be set before org.el is loaded."
|
||||
Needs to be set before org.el is loaded.
|
||||
This really should not be used, it does not make sense, and the
|
||||
implementation is bad."
|
||||
:group 'org-link-follow
|
||||
:type 'boolean)
|
||||
|
||||
|
|
Loading…
Reference in New Issue