[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Cannot build documentation (release_8.3beta-155-g82b64d)
From: |
Nick Dokos |
Subject: |
Re: [O] Cannot build documentation (release_8.3beta-155-g82b64d) |
Date: |
Tue, 05 Aug 2014 12:51:07 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Vicente Vera <address@hidden> writes:
> Hello. Started another "clean" cloned local repository to try building the
> documentation again and the errors persist.
> 'M-x org-version' gives: Org-mode version 8.3beta
> (release_8.3beta-167-g003edd @ /usr/local/share/emacs/site-lisp/org/). I
> installed everything except documentation.
> Here's the output of 'make doc':
>
> make -C doc info
> make[1]: Entering directory
> `/home/vicente/descarga/org-master-git-20140804/org-mode/doc'
> makeinfo --no-split org.texi -o org
> /home/vicente/descarga/org-master-git-20140804/org-mode/doc//org.texi:16382:
> Cross reference to nonexistent node `Using
> multiple #+TBLFM lines' (perhaps incorrect sectioning?).
> ...
I can't reproduce it. What version of makeinfo are you using?
Mine says:
,----
| $ makeinfo --version
| makeinfo (GNU texinfo) 5.1
|
| Copyright (C) 2013 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
`----
Nick