From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: [ANN] ASCII back-end for new export engine Date: Sun, 05 Feb 2012 15:34:27 -1000 Message-ID: References: <87pqec4xua.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuDTZ-0005Bc-Jo for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 20:34:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuDTY-0004dZ-5I for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 20:34:37 -0500 Received: from oproxy4-pub.bluehost.com ([69.89.21.11]:58797) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RuDTX-0004d9-Oe for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 20:34:36 -0500 In-Reply-To: <87pqec4xua.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 21 Jan 2012 21:14:37 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Org Mode List Nicolas Goaziou writes: > Hello, > > I've commited an ASCII back-end for new export engine. > > Assuming contrib directory is in your load-path, you just need to > (require 'org-export) to have both LaTeX and ASCII exporters ready to > boot. > > You can then access to the dispatcher with M-x org-export-dispatch and > test various configurations from there. > > As a reminder, you can ask for a table of contents, list of tables and > list of listings with, respectively, "#+toc: headlines", "#+toc: tables" > and "#+toc: listings". Also, drawers[1] are exported transparently by > default. > > Feedback is welcome. > > > Regards, > > [1] properties drawers excepted: those are different elements anyway. Hi Nicolas, This docstring at line 186 of org-e-latex.el is incomplete: If your header or `org-export-latex-default-packages-alist' inserts \"\\usepackage[AUTO]{inputenc}\", AUTO will automatically be replaced with a coding system derived from `buffer-file-coding-system'. AUTO is automatically replaced when org-export-latex-packages-alist inserts it, as well. BTW, I have the experimental LaTeX exporter working on a real project now. It is performing very well for me. Great work! All the best, Tom -- Thomas S. Dye http://www.tsdye.com