From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: emacs org-mode fail install with el-get when makeinfo --no-split org.texi -o org Date: Sat, 31 Dec 2016 15:21:28 +0100 Message-ID: <87eg0orxg7.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cNKXV-0001qM-0D for emacs-orgmode@gnu.org; Sat, 31 Dec 2016 09:21:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNKXR-0005cN-T3 for emacs-orgmode@gnu.org; Sat, 31 Dec 2016 09:21:41 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:59626) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cNKXR-0005cB-Mq for emacs-orgmode@gnu.org; Sat, 31 Dec 2016 09:21:37 -0500 In-Reply-To: (Julio Molina Soler's message of "Wed, 21 Dec 2016 09:44:28 +0100") 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" To: Julio Molina Soler Cc: emacs-orgmode@gnu.org Hello, Julio Molina Soler writes: > *Output with the error:* > Done (Total of 115 files compiled, 3 skipped) > /Library/Developer/CommandLineTools/usr/bin/make -C doc info > org-version: 9.0.2 (release_9.0.2-132-gc130b2) > makeinfo --no-split org.texi -o org > org.texi:10468: @item outside of table or list > make[1]: *** [org] Error 1 > make: *** [info] Error 2 > > *To fix it:* > $ emacs doc/org.texi > line:10468 > 2 lines before > Remove @end table > add @end table at the end of the last item This was fixed in Org 9.0.3. You may want to update Org. Regards, -- Nicolas Goaziou