From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Export to Texinfo Date: Tue, 31 Jul 2012 23:18:06 +0200 Message-ID: <87zk6fk4tt.fsf@gmail.com> References: <87y5meaib9.fsf@gmail.com> <87a9yupn0c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwJss-0005Y5-GE for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 17:21:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwJsr-0006OI-Fg for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 17:21:42 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:33318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwJsr-0006O9-8u for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 17:21:41 -0400 Received: by wgbez12 with SMTP id ez12so4910797wgb.30 for ; Tue, 31 Jul 2012 14:21:40 -0700 (PDT) In-Reply-To: (Jonathan Leech-Pepin's message of "Tue, 31 Jul 2012 17:03:58 -0400") 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: Jonathan Leech-Pepin Cc: =?utf-8?Q?Fran=C3=A7oi?= =?utf-8?Q?s?= Pinard , Org Mode Mailing List Hello, Jonathan Leech-Pepin writes: > I've done some further work on the org-e-texinfo exporter and have > gotten it to a point where it should be usable with only a few > shortcomings. Thanks for your work. I hope that you will get feedback on it. > - Two-column tables are restricted to a single "indicating" command, > defined by ~org-e-texinfo-def-table-markup~. I'm not sure how to > get around these limitations since they are created from description > lists (which do not recognize #+attr lines). What makes you think they don't? Plain lists accept affiliated keywords, items don't. > Prior to exporting the following must be evaluated: > > (add-to-list 'org-export-snippet-translation-alist > '("info" . "e-texinfo")) Again, this is an user-oriented variable. You don't need it to accept @@info:...@@ export snippets and you shouldn't require the user to set it. Regards, -- Nicolas Goaziou