2009-02-04 Carsten Dominik <dominik@science.uva.nl>
authorCarsten Dominik <dominik@science.uva.nl>
Wed, 4 Feb 2009 23:01:58 +0000 (23:01 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Wed, 4 Feb 2009 23:01:58 +0000 (23:01 +0000)
* org.el (org-return-follows-link): Revert setting
`org-return-follows-link' to t by default.

doc/misc/org.texi
etc/ChangeLog
lisp/org/ChangeLog
lisp/org/org.el

index 102f8bc..baf8953 100644 (file)
@@ -2796,7 +2796,7 @@ link and description parts of the link.
 @cindex following links
 @kindex C-c C-o
 @kindex RET
-@item C-c C-o @r{or} @key{RET}
+@item C-c C-o
 Open link at point.  This will launch a web browser for URLs (using
 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
 the corresponding links, and execute the command in a shell link.  When the
index 45ecf6c..4f9935c 100644 (file)
@@ -1,3 +1,17 @@
+<<<<<<< ChangeLog
+2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
+
+       * refcards/orgcard.tex: New version number.
+
+2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
+
+       * refcards/orgcard.tex: New version number.
+
+2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
+
+       * refcards/orgcard.tex: New version number.
+
+=======
 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * compilation.txt (gnu): Add an example for the "note" format.
@@ -6,6 +20,7 @@
 
        * PROBLEMS (CPP): Note problem with resource compiler of MSVC.
 
+>>>>>>> 1.761
 2009-01-28  Juanma Barranquero  <lekktu@gmail.com>
 
        * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
index 994b3be..57552fc 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.el (org-return-follows-link): Revert setting
+       `org-return-follows-link' to t by default.
+
 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.el (org-cycle-global-at-bob): Fix typo.
index f60be95..e98750b 100644 (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