From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [ANN] ASCII back-end for new export engine Date: Sat, 21 Jan 2012 21:14:37 +0100 Message-ID: <87pqec4xua.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RohMe-0001Is-2C for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 15:16:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RohMd-00071B-6O for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 15:16:40 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:39702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RohMd-000711-1k for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 15:16:39 -0500 Received: by wicr5 with SMTP id r5so1613130wic.0 for ; Sat, 21 Jan 2012 12:16:38 -0800 (PST) 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: Org Mode List 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. -- Nicolas Goaziou