summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-02-04 23:48:36 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-02-04 23:48:36 +0100
commit723ac9ab57d0240c1cf1223ab28fd6e76a171840 (patch)
treed2bf29b09fe580543fa9ebdeb1e7aabd11cfe55a
parentbe9557bf44b64bb1f1d85d04d398b7b48d24f935 (diff)
downloadorg-mode-723ac9ab57d0240c1cf1223ab28fd6e76a171840.tar.gz
Pullback: org-return-follows-link back to nil.
Setting this to t causes some issues which I need to think more carefully about.
-rwxr-xr-xlisp/ChangeLog2
-rw-r--r--lisp/org.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fedbe8e..54dfbaf 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/org.el b/lisp/org.el
index 4534293..c734d71 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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