From: Suvayu Ali Date: Fri, 8 Feb 2013 22:48:12 +0000 (+0100) Subject: Update new exporter switch FAQ X-Git-Url: http://orgmode.org/w/?p=worg.git;a=commitdiff_plain;h=12fadc1554816ecd21fddc0af589070a99e94245 Update new exporter switch FAQ --- diff --git a/org-faq.org b/org-faq.org index 9df7818..7ea4087 100644 --- a/org-faq.org +++ b/org-faq.org @@ -316,15 +316,19 @@ about the number of list readers. 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: +1. If you had already been using the new exporter from contrib, you + should remove the following lines from your local.mk: + : ORG_ADD_CONTRIB = org-e-* + followed by a =make clean=, before you do =git pull=. +2. Export engine renamed: org-export → ox +3. Backend requires renamed: org-e-* → ox-* +4. 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-* +5. 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 +6. 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- →