From e6a51c5a553d6ab4d164af7d1ce54fbc5b5028a0 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Fri, 8 Feb 2013 17:48:31 +0100 Subject: [PATCH] Quick notes on switching to the new exporter --- org-faq.org | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/org-faq.org b/org-faq.org index f6e8bee..9df7818 100644 --- a/org-faq.org +++ b/org-faq.org @@ -307,6 +307,29 @@ about the number of list readers. :PROPERTIES: :CUSTOM_ID: Keeping-current :END: +** Switching to the new export engine + :PROPERTIES: + :CUSTOM_ID: new-exporter-switch + :END: + +#+index: Upgrade + +Some quick notes on how to switch to the new exporter. + +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. This is a guess, export snippets and backend symbols renamed: + - e- → + +Please also read [[http://mid.gmane.org/876229nrxf.fsf@gmail.com][Nicolas' announcement]] about the merge. + ** My Emacs ships with an older version Org-mode! How do I upgrade? :PROPERTIES: :CUSTOM_ID: updating-org -- 1.7.2.5