From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Is it possible to keep /all/ the heading properties in one place? Date: Mon, 29 Feb 2016 19:47:42 +0100 Message-ID: <87lh63z73l.fsf@nicolasgoaziou.fr> References: <87fuwht5s3.fsf@gmail.com> <87lh683o7c.fsf@nicolasgoaziou.fr> <878u28ucl8.fsf@gmail.com> <878u283n15.fsf@nicolasgoaziou.fr> <87oab4sw70.fsf@gmail.com> <87h9gw20mi.fsf@nicolasgoaziou.fr> <87a8mooazg.fsf@gmail.com> <87a8mo1r69.fsf@nicolasgoaziou.fr> <87h9gvrijp.fsf@gmail.com> <87ziulb48b.fsf@nicolasgoaziou.fr> <87vb59ni5w.fsf@oremacs.com> <87mvqjiggr.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaSpD-0002Ab-LX for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 13:45:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaSpA-0000e7-GL for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 13:45:43 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:60910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaSpA-0000e3-A0 for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 13:45:40 -0500 In-Reply-To: (Thomas S. Dye's message of "Mon, 29 Feb 2016 08:01:07 -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: Achim Gratz , emacs-orgmode@gnu.org Hello, Thomas S. Dye writes: >> So it needs some love and at least one bugfix. > > Sorry to hear that. At the time, I enjoyed working with the texinfo > exporter and didn't mind that it worked slowly. The bug is not related to Texinfo back-end. It was fixed a few days ago. There are a couple things to fix however, - #+comment: foo should simply be # foo - texinfo back-end provides #+CINDEX:, #+VINDEX: ... keywords, so you don't need to create macros for that. - #+SUBTITLE: is parsed, so @value{VERSION} should be @@info:@value{VERSION}@@. - The back-end already takes care of adding @documentencoding - Mistakes reported by Org Lint should be fixed (in particular, commas within macros should be escaped with a single \). Once done, the document properly exports. Regards, -- Nicolas Goaziou