Pullback: org-return-follows-link back to nil.

Setting this to t causes some issues which I need to think more
carefully about.
This commit is contained in:
Carsten Dominik 2009-02-04 23:48:36 +01:00
parent be9557bf44
commit 723ac9ab57
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* org.el (org-get-scheduled-time, org-get-deadline-time): New
functions.
(org-return-follows-link): Revert making this the default untile
issues are resolved.
* org-agenda.el (org-agenda-skip-if): New conditions timestamp and
nottimestamp.

View File

@ -1113,7 +1113,7 @@ Needs to be set before org.el is loaded."
:group 'org-link-follow
:type 'boolean)
(defcustom org-return-follows-link t
(defcustom org-return-follows-link nil
"Non-nil means, on links RET will follow the link.
Needs to be set before org.el is loaded."
:group 'org-link-follow