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, 22 Jan 2012 06:35:22 -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]:48024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rp0O1-0007lK-NM for emacs-orgmode@gnu.org; Sun, 22 Jan 2012 11:35:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rp0O0-0007U7-KC for emacs-orgmode@gnu.org; Sun, 22 Jan 2012 11:35:21 -0500 Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:47344) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rp0O0-0007Tm-CG for emacs-orgmode@gnu.org; Sun, 22 Jan 2012 11:35:20 -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. Aloha Nicolas, A quick question and a couple of comments on the LaTeX exporter. With the old exporter I set (setq org-export-latex-hyperref-format "\\ref{%s}") so a link to a headline would cross reference properly in LaTeX. How do I achieve this with the new exporter? I want my text to read, e.g., "In section 1 ..." So far with the new exporter, I've only been able to get "In section First headline ..." I really like #+toc: headlines, etc. They make organizing the front matter easy and transparent. My initial impression is the new exporter is extremely fast. Thanks very much for all your work on this. All the best, Tom -- Thomas S. Dye http://www.tsdye.com