emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] manual: fix references to Calc manual
@ 2012-02-18 16:06 Michael Brand
  2012-02-18 17:22 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Brand @ 2012-02-18 16:06 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 471 bytes --]

* doc/org.texi: Decapitalize file name in references to Calc manual.

On a case sensitive file system the references from the HTML Org
manual (e. g. the link href="Calc.html#Embedded-Mode" or
href="../Calc/Embedded-Mode.html#Embedded-Mode") to the HTML Calc
manual (e. g. the file calc.html or calc/Embedded-Mode.html) do not
match.

The info browser did not suffer from this doc bug in org.texi,
it seems to be case-insensitive regarding link target file name.

Michael

[-- Attachment #2: 0001-manual-fix-references-to-Calc-manual.patch.txt --]
[-- Type: text/plain, Size: 2406 bytes --]

From d4bbda362fe1efc3dd36e5612f9749d91db27e08 Mon Sep 17 00:00:00 2001
From: Michael Brand <michael.ch.brand@gmail.com>
Date: Sat, 18 Feb 2012 17:03:36 +0100
Subject: [PATCH] manual: fix references to Calc manual

* doc/org.texi: Decapitalize file name in references to Calc manual.

On a case sensitive file system the references from the HTML Org
manual (e. g. the link href="Calc.html#Embedded-Mode" or
href="../Calc/Embedded-Mode.html#Embedded-Mode") to the HTML Calc
manual (e. g. the file calc.html or calc/Embedded-Mode.html) do not
match.
---
 doc/org.texi |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index 4bc912c..7a727c5 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1967,13 +1967,7 @@ @section The Orgstruct minor mode
 
 Org comes with a fast and intuitive table editor.  Spreadsheet-like
 calculations are supported using the Emacs @file{calc} package
-@ifinfo
-(@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
-@end ifinfo
-@ifnotinfo
-(see the Emacs Calculator manual for more information about the Emacs
-calculator).
-@end ifnotinfo
+(@pxref{Top, Calc, , calc, Gnu Emacs Calculator Manual}).
 
 @menu
 * Built-in table editor::       Simple tables
@@ -2533,9 +2527,8 @@ @subsection Formula syntax for Calc
 non-standard convention that @samp{/} has lower precedence than
 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
 evaluation by @code{calc-eval} (@pxref{Calling Calc from
-Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
+Your Programs, calc-eval, Calling Calc from Your Lisp Programs, calc, GNU
 Emacs Calc Manual}),
-@c FIXME:  The link to the Calc manual in HTML does not work.
 variable substitution takes place according to the rules described above.
 @cindex vectors, in table calculations
 The range vectors can be directly fed into the Calc vector functions
@@ -14897,7 +14890,7 @@ @subsection Packages that Org cooperates with
 been installed properly.  As of Emacs 22, Calc is part of the Emacs
 distribution.  Another possibility for interaction between the two
 packages is using Calc for embedded calculations.  @xref{Embedded Mode,
-, Embedded Mode, Calc, GNU Emacs Calc Manual}.
+, Embedded Mode, calc, GNU Emacs Calc Manual}.
 @item @file{constants.el} by Carsten Dominik
 @cindex @file{constants.el}
 @cindex Dominik, Carsten
-- 
1.7.4.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] manual: fix references to Calc manual
  2012-02-18 16:06 [PATCH] manual: fix references to Calc manual Michael Brand
@ 2012-02-18 17:22 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-02-18 17:22 UTC (permalink / raw)
  To: Michael Brand; +Cc: Org Mode

Michael Brand <michael.ch.brand@gmail.com> writes:

> * doc/org.texi: Decapitalize file name in references to Calc manual.
>
> On a case sensitive file system the references from the HTML Org
> manual (e. g. the link href="Calc.html#Embedded-Mode" or
> href="../Calc/Embedded-Mode.html#Embedded-Mode") to the HTML Calc
> manual (e. g. the file calc.html or calc/Embedded-Mode.html) do not
> match.
>
> The info browser did not suffer from this doc bug in org.texi,
> it seems to be case-insensitive regarding link target file name.

Applied, thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-18 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-18 16:06 [PATCH] manual: fix references to Calc manual Michael Brand
2012-02-18 17:22 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).