emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] makeinfo errors with latest git master


From: Adam Spiers
Subject: [Orgmode] makeinfo errors with latest git master
Date: Sun, 2 Mar 2008 23:48:11 +0000
User-agent: Mutt/1.5.14 (2007-02-12)

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

address@hidden Timeline, Stuck projects, Matching tags and properties, Built-in 
agenda views
address@hidden 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

address@hidden Stuck projects,  , Timeline, Built-in agenda views
address@hidden 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 via email to

[Prev in Thread] Current Thread [Next in Thread]