]> git.eshelyaron.com Git - emacs.git/commitdiff
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 102f8bcf6a0c5b8555ac4c8abf8bba2ba9f1cc22..baf89533a5227597781f7c995814ed9b39a1e828 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 45ecf6cbac2bac7c17f229d81f4199dca81bd1a6..4f9935c915053fb5e327422aac8df31017391e9a 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 994b3be37915b2b61cc74f60174349206334b21f..57552fcc312a5d3c66522f7737f4cb68e1fbcdaa 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 f60be95d7f36124507e24cba08825b120e5a392f..e98750b48e734b11ed139be80aefcc892b94c0bb 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