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:
parent
be9557bf44
commit
723ac9ab57
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
* org.el (org-get-scheduled-time, org-get-deadline-time): New
|
* org.el (org-get-scheduled-time, org-get-deadline-time): New
|
||||||
functions.
|
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
|
* org-agenda.el (org-agenda-skip-if): New conditions timestamp and
|
||||||
nottimestamp.
|
nottimestamp.
|
||||||
|
|
|
@ -1113,7 +1113,7 @@ Needs to be set before org.el is loaded."
|
||||||
:group 'org-link-follow
|
:group 'org-link-follow
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
(defcustom org-return-follows-link t
|
(defcustom org-return-follows-link nil
|
||||||
"Non-nil means, on links RET will follow the link.
|
"Non-nil means, on links RET will follow the link.
|
||||||
Needs to be set before org.el is loaded."
|
Needs to be set before org.el is loaded."
|
||||||
:group 'org-link-follow
|
:group 'org-link-follow
|
||||||
|
|
Loading…
Reference in New Issue