Browse Source

Fix broken links

* lisp/org.el:
* lisp/ol-bibtex.el:
* etc/ORG-NEWS (org-capture.el is now the default capture system):
* doc/org-manual.org (Cache results of evaluation): Fix broken links.
Bastien Guerry 5 years ago
parent
commit
fa4dddf8d2
5 changed files with 6 additions and 6 deletions
  1. 1 1
      contrib/lisp/org-mairix.el
  2. 1 1
      doc/org-manual.org
  3. 2 2
      etc/ORG-NEWS
  4. 1 1
      lisp/ol-bibtex.el
  5. 1 1
      lisp/org.el

+ 1 - 1
contrib/lisp/org-mairix.el

@@ -186,7 +186,7 @@ applications in order to mimic `org-store-link'.  Used by
   :type 'string)
   :type 'string)
 
 
 ;; When we resolve some of the issues with `org-store-link' detailed
 ;; When we resolve some of the issues with `org-store-link' detailed
-;; at <http://thread.gmane.org/gmane.emacs.orgmode/4217/focus=4635>,
+;; at <https://orgmode.org/list/20071105181739.GB13544@atlantic.linksys.moosehall
 ;; we might not need org-mairix-insert-link.
 ;; we might not need org-mairix-insert-link.
 
 
 (defun org-mairix-insert-link ()
 (defun org-mairix-insert-link ()

+ 1 - 1
doc/org-manual.org

@@ -17104,7 +17104,7 @@ cause unexpected results.
 
 
 When the caching mechanism tests for any source code changes, it does
 When the caching mechanism tests for any source code changes, it does
 not expand noweb style references (see [[*Noweb Reference Syntax]]).  For
 not expand noweb style references (see [[*Noweb Reference Syntax]]).  For
-reasons why, see http://thread.gmane.org/gmane.emacs.orgmode/79046.
+reasons why, see https://orgmode.org/list/86fvqqc8jb.fsf@somewhere.org
 
 
 The =cache= header argument can have one of two values: =yes= or =no=.
 The =cache= header argument can have one of two values: =yes= or =no=.
 
 

+ 2 - 2
etc/ORG-NEWS

@@ -4587,7 +4587,7 @@ that Calc formulas can operate on them.
 
 
     The new system has a technically cleaner implementation and more
     The new system has a technically cleaner implementation and more
     possibilities for capturing different types of data.  See
     possibilities for capturing different types of data.  See
-    [[http://thread.gmane.org/gmane.emacs.orgmode/26441/focus%3D26441][Carsten's announcement]] for more details.
+    [[https://orgmode.org/list/C46F10DC-DE51-43D4-AFFE-F71E440D1E1F@gmail.com][Carsten's announcement]] for more details.
 
 
     To switch over to the new system:
     To switch over to the new system:
 
 
@@ -4718,7 +4718,7 @@ that Calc formulas can operate on them.
 
 
 **** Modified link escaping
 **** Modified link escaping
 
 
-     David Maus worked on `org-link-escape'.  See [[http://article.gmane.org/gmane.emacs.orgmode/37888][his message]]:
+     David Maus worked on `org-link-escape'.  See [[https://orgmode.org/list/87k4gysacq.wl%dmaus@ictsoc.de][his message]]:
 
 
      : Percent escaping is used in Org mode to escape certain characters
      : Percent escaping is used in Org mode to escape certain characters
      : in links that would either break the parser (e.g. square brackets
      : in links that would either break the parser (e.g. square brackets

+ 1 - 1
lisp/ol-bibtex.el

@@ -95,7 +95,7 @@
 ;; The link creation part has been part of Org for a long time.
 ;; The link creation part has been part of Org for a long time.
 ;;
 ;;
 ;; Creating better capture template information was inspired by a request
 ;; Creating better capture template information was inspired by a request
-;; of Austin Frank: http://article.gmane.org/gmane.emacs.orgmode/4112
+;; of Austin Frank: https://orgmode.org/list/m0myu03vbx.fsf@gmail.com
 ;; and then implemented by Bastien Guerry.
 ;; and then implemented by Bastien Guerry.
 ;;
 ;;
 ;; Eric Schulte eventually added the functions for translating between
 ;; Eric Schulte eventually added the functions for translating between

+ 1 - 1
lisp/org.el

@@ -3770,7 +3770,7 @@ After a match, the match groups contain these elements:
 
 
 ;; This used to be a defcustom (Org <8.0) but allowing the users to
 ;; This used to be a defcustom (Org <8.0) but allowing the users to
 ;; set this option proved cumbersome.  See this message/thread:
 ;; set this option proved cumbersome.  See this message/thread:
-;; http://article.gmane.org/gmane.emacs.orgmode/68681
+;; https://orgmode.org/list/B72CDC2B-72F6-43A8-AC70-E6E6295766EC@gmail.com
 (defvar org-emphasis-regexp-components
 (defvar org-emphasis-regexp-components
   '("-[:space:]('\"{" "-[:space:].,:!?;'\")}\\[" "[:space:]" "." 1)
   '("-[:space:]('\"{" "-[:space:].,:!?;'\")}\\[" "[:space:]" "." 1)
   "Components used to build the regular expression for emphasis.
   "Components used to build the regular expression for emphasis.