From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: texinfo back-end won't export to INFO Date: Tue, 18 Dec 2012 18:25:14 +0100 Message-ID: <87mwxbe0hx.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0ut-0004x6-HU for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 12:25:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl0uq-0006dz-UG for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 12:25:19 -0500 Received: from mail-wg0-f41.google.com ([74.125.82.41]:64477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0uq-0006dm-O4 for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 12:25:16 -0500 Received: by mail-wg0-f41.google.com with SMTP id ds1so2432275wgb.4 for ; Tue, 18 Dec 2012 09:25:16 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Sun, 11 Nov 2012 22:47:11 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hi Thomas, tsd@tsdye.com (Thomas S. Dye) writes: > Export to INFO fails to produce an output file. > > Export to TEXI works. Running makeinfo on the texi file yields errors > like this: > > /Users/dk/org/orgmanual//orgmanual.texi:171: `Exporting' has no Up field > (perhaps incorrect sectioning?). > > If I run the texi file through (texinfo-all-menus-update), then makeinfo > runs without error and produces an info file. > > Perhaps this step should be added to the texinfo back-end? I think this calls for a new variable `org-export-after-rendering-hook' which will operate after the final stage of the export process, in the export buffer. Filters are fine but their complexity is not useful here. Then we could add 'texinfo-all-menus-update to this hook. Nicolas, what do you think? -- Bastien