emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Spiers <orgmode@adamspiers.org>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: makeinfo errors with latest git master
Date: Sun, 2 Mar 2008 23:48:11 +0000	[thread overview]
Message-ID: <20080302234811.GB23239@atlantic.linksys.moosehall> (raw)

Some next/prev texinfo pointers were corrupted by the insertion of the
`Keyword search' node in between `Timeline' and `Stuck projects':

makeinfo --no-split org.texi -o org
/home/aspiers/lib/emacs/major-modes/org-mode.git//org.texi:5117: Next field of node `Keyword search' not pointed to (perhaps incorrect sectioning?).
/home/aspiers/lib/emacs/major-modes/org-mode.git//org.texi:5146: This node (Stuck projects) has the bad Prev.
/home/aspiers/lib/emacs/major-modes/org-mode.git//org.texi:5117: Prev field of node `Keyword search' not pointed to.
/home/aspiers/lib/emacs/major-modes/org-mode.git//org.texi:5096: This node (Timeline) has the bad Next.
makeinfo: Removing output file `org' due to errors; use --force to preserve.
gmake[1]: *** [org] Error 1
gmake[1]: Leaving directory `/home/aspiers/lib/emacs/major-modes/org-mode.git'
gmake: *** [.org-installed] Error 2


I've never done texinfo before but I assume this is the right patch -
it seems to work:

diff --git a/org.texi b/org.texi
index eae2db0..931ec00 100644
--- a/org.texi
+++ b/org.texi
@@ -5093,7 +5093,7 @@ together with a tags match is also possible, see @ref{Tag searches}.
 The commands available in the tags list are described in @ref{Agenda
 commands}.

-@node Timeline, Stuck projects, Matching tags and properties, Built-in agenda views
+@node Timeline, Keyword search, Matching tags and properties, Built-in agenda views
 @subsection Timeline for a single file
 @cindex timeline, single file
 @cindex time-sorted view
@@ -5143,7 +5143,7 @@ Note that in addition to the agenda files, this command will also se
arch
 the files listed in @code{org-agenda-text-search-extra-files}.
 @end table

-@node Stuck projects,  , Timeline, Built-in agenda views
+@node Stuck projects,  , Keyword search, Built-in agenda views
 @subsection Stuck projects

 If you are following a system like David Allen's GTD to organize your

             reply	other threads:[~2008-03-02 23:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-02 23:48 Adam Spiers [this message]
2008-03-03  0:09 ` makeinfo errors with latest git master Bastien Guerry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080302234811.GB23239@atlantic.linksys.moosehall \
    --to=orgmode@adamspiers.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).