From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Cannot build documentation (release_8.3beta-155-g82b64d) Date: Tue, 05 Aug 2014 12:51:07 -0400 Message-ID: <874mxqubgk.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEhxO-0004WM-QG for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 12:51:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEhxI-0007Nn-SI for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 12:51:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:36880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEhxI-0007Ni-LZ for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 12:51:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XEhxH-0002rh-1P for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 18:51:19 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Aug 2014 18:51:19 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Aug 2014 18:51:19 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Vicente Vera 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 | This is free software: you are free to change and redistribute it. | There is NO WARRANTY, to the extent permitted by law. `---- Nick