From 58862fccd2868a316c7e3dbd64aa06a76e8ef69a Mon Sep 17 00:00:00 2001 From: Bastien Date: Sun, 25 Feb 2018 08:55:03 +0100 Subject: [PATCH] Fix case in URL MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Attila Molnár for reporting this. --- FIXME/org-people.org | 2 +- org-contrib/index.org | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FIXME/org-people.org b/FIXME/org-people.org index 22e77e26..ad5fb813 100644 --- a/FIXME/org-people.org +++ b/FIXME/org-people.org @@ -109,7 +109,7 @@ new additions, and when you have any doubts about how to proceed yourself, it is a spectacularly helpful and reliable source of knowledge. -I helped Eric Schulte to produce the [[https://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code][new source code functionality]] of +I helped Eric Schulte to produce the [[https://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code][new source code functionality]] of org-mode (originally called org-babel). I have [[http://www.stats.ox.ac.uk/~davison/software/dbm/dbm.php][one other software project]] outside my work; its aim is to use the large amounts of information about musical similarity available online to organise and diff --git a/org-contrib/index.org b/org-contrib/index.org index d0e13709..02a7e1dd 100644 --- a/org-contrib/index.org +++ b/org-contrib/index.org @@ -351,7 +351,7 @@ See [[file:../exporters/index.org][Exporters]]. - [[file:babel/index.org][/Org-babel/ -- execution of source code blocks]] :: The embedded code evaluation and literate programming subsystem written by /Eric Schulte/ and /Dan Davison/ \\ - Org Babel is now part of the Org core and [[https://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code][documented in the manual]]. + Org Babel is now part of the Org core and [[https://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code][documented in the manual]]. See also [[Babel]] for contrib files regarding org-babel. - /org-element.el/ -- Parser and applications for Org syntax :: @@ -396,7 +396,7 @@ See [[file:../exporters/index.org][Exporters]]. Written by /Dan Davison/. [[https://code.orgmode.org/bzg/org-mode/raw/470fba60861a7a2b9d5cc4251905918eba06e528/contrib/lisp/org-R.el][Link to legacy raw file]]. \\ This modules has been superseded by the Org Babel functionality, - which is part of the Org core and [[https://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code"][documented in the manual]]. + which is part of the Org core and [[https://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code"][documented in the manual]]. - [[file:org-special-blocks.org][/org-special-blocks.el/ -- turn blocks into LaTeX envs and HTML divs]] :: Written by /Chris Gray/. \\ @@ -468,7 +468,7 @@ See [[file:../exporters/index.org][Exporters]]. Written by /Carsten Dominik/. [[repofile:contrib/lisp/org-eval.el][Link to raw file]]. \\ This modules has been superseded by the Org Babel functionality, - which is part of the Org core and [[https://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code][documented in the manual]]. + which is part of the Org core and [[https://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code][documented in the manual]]. - [[file:org-eval-light.org][/org-eval-light.el/ -- display result of evaluating code in various languages (light)]] :: Org-eval-light allows the execution of source code embedded in an @@ -479,7 +479,7 @@ See [[file:../exporters/index.org][Exporters]]. Written by /Eric Schulte/. [[repofile:contrib/lisp/org-eval-light.el][Link to raw file]]. \\ This modules has been superseded by the Org Babel functionality, - which is part of the Org core and [[https://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code][documented in the manual]]. + which is part of the Org core and [[https://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code][documented in the manual]]. - [[file:org-export-generic.org][/org-export-generic.el/ -- Export org files to user-defined output formats]] :: Org-export-generic provides the ability to create an org file and -- 2.11.4.GIT