From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: makeinfo errors with latest git master Date: Sun, 2 Mar 2008 23:48:11 +0000 Message-ID: <20080302234811.GB23239@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVxug-0006Lm-2h for emacs-orgmode@gnu.org; Sun, 02 Mar 2008 18:48:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVxuf-0006LI-Jm for emacs-orgmode@gnu.org; Sun, 02 Mar 2008 18:48:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVxuf-0006LB-Gh for emacs-orgmode@gnu.org; Sun, 02 Mar 2008 18:48:13 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JVxuf-0003gf-3f for emacs-orgmode@gnu.org; Sun, 02 Mar 2008 18:48:13 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m22NmCk5023147 for ; Sun, 2 Mar 2008 17:48:12 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m22NmBxm023141 for emacs-orgmode@gnu.org; Sun, 2 Mar 2008 23:48:11 GMT Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list 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