Browse Source

org-manual: Fix internal links

* doc/org-manual.org (Code Evaluation and Security Issues):
(Structure of Code Blocks):
(Packages that Org cooperates with): Fix case.
Nicolas Goaziou 7 years ago
parent
commit
07b35fa906
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/org-manual.org

+ 3 - 3
doc/org-manual.org

@@ -16123,7 +16123,7 @@ or
      Optional.  Names the source block so it can be called, like
      a function, from other source blocks or inline code to evaluate
      or to capture the results.  Code from other blocks, other files,
-     and from table formulas (see [[*The spreadsheet]]) can use the name
+     and from table formulas (see [[*The Spreadsheet]]) can use the name
      to reference a source block.  This naming serves the same purpose
      as naming Org tables.  Org mode requires unique names.  For
      duplicate names, Org mode's behavior is undefined.
@@ -18357,7 +18357,7 @@ Org evaluates code in the following circumstances:
 
 - /Formulas in tables/ ::
 
-     Formulas in tables (see [[*The spreadsheet]]) are code that is
+     Formulas in tables (see [[*The Spreadsheet]]) are code that is
      evaluated either by the Calc interpreter, or by the Emacs Lisp
      interpreter.
 
@@ -18972,7 +18972,7 @@ packages are documented here.
      #+cindex: @file{calc.el}
 
      Org uses the Calc package for implementing spreadsheet
-     functionality in its tables (see [[*The spreadsheet]]).  Org also
+     functionality in its tables (see [[*The Spreadsheet]]).  Org also
      uses Calc for embedded calculations.  See [[info:calc::Embedded%20Mode][GNU Emacs Calc Manual]].
 
 - =constants.el= by Carsten Dominik ::