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-<backend> → <backend>

Hope this help others going through the switch.

:)

-- 
Suvayu

Open source is the future. It sets us free.

Reply via email to