From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: old to new converter transition Date: Thu, 7 Feb 2013 16:04:48 +0100 Message-ID: <20130207150448.GC7028@kuru.dyndns-at-home.com> References: <5113B982.8030105@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3bX2-0005Z8-ST for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 19:09:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3T8E-0003Hr-M5 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 10:11:34 -0500 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:55194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3T8E-0003H1-CE for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 10:11:22 -0500 Received: by mail-we0-f180.google.com with SMTP id k14so2140945wer.39 for ; Thu, 07 Feb 2013 07:11:20 -0800 (PST) Content-Disposition: inline In-Reply-To: <5113B982.8030105@gmail.com> 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: emacs-orgmode@gnu.org On Thu, Feb 07, 2013 at 03:26:10PM +0100, Rainer M Krug wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi > > Some remarks and questions about transition to new exporter: > > 1) org-export-latex-listings -becomes-> org-latex-listings > Since Nicolas answered your specific question, I thought I should share some of my notes about moving to the new exporter. I assembled this by reading Nicolas' announcement, grepping through the source, and some light testing after the switch. 1. Export engine renamed: org-export → ox 2. Backend requires renamed: org-e-* → ox-* 3. All backend specific variables and functions renamed: - org-export-* → org-* (e.g. org-html-xml-declaration, ..) - org-e-* → org-* (e.g. org-latex-classes, org-ascii-bullets, ..) 4. Generic export variables retain the name org-export-* (e.g. org-export-dispatch-use-expert-ui, org-export-filter-headline-functions, ..) 5. org-latex-to-pdf-process has been renamed to org-latex-pdf-process 7. Guess, export snippets and backend symbols renamed: - e- Hope this help others going through the switch. :) -- Suvayu Open source is the future. It sets us free.