emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* makeinfo errors with latest git master
@ 2008-03-02 23:48 Adam Spiers
  2008-03-03  0:09 ` Bastien Guerry
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 2008-03-02 23:48 UTC (permalink / raw)
  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

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

* Re: makeinfo errors with latest git master
  2008-03-02 23:48 makeinfo errors with latest git master Adam Spiers
@ 2008-03-03  0:09 ` Bastien Guerry
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien Guerry @ 2008-03-03  0:09 UTC (permalink / raw)
  To: org-mode mailing list

Adam Spiers <orgmode@adamspiers.org> writes:

> Some next/prev texinfo pointers were corrupted by the insertion of the
> `Keyword search' node in between `Timeline' and `Stuck projects':
>
> I've never done texinfo before but I assume this is the right patch -
> it seems to work:

Applied, thanks.

For further problems on org.texi, you might want to know this:

C-c C-u C-n  will update the node at point
C-c C-u C-e  will update every node in the buffer

-- 
Bastien

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

end of thread, other threads:[~2008-03-03  0:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-02 23:48 makeinfo errors with latest git master Adam Spiers
2008-03-03  0:09 ` Bastien Guerry

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).