Label `org-tab-follows-link' as deprecated.

This commit is contained in:
Carsten Dominik 2009-02-09 12:46:31 +01:00
parent 91660c7bfc
commit b00df4025e
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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)