summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-09-07 09:58:20 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-09-07 09:58:20 +0200
commit36d96356361605ec85df530d9c9620b8c06e6a2a (patch)
tree42fcfe7ddf872572bd1e10ac1b24ce9606547643
parent37eba7c81e856fbf7d930a9141bdb35ef036e149 (diff)
downloadorg-mode-36d96356361605ec85df530d9c9620b8c06e6a2a.tar.gz
ORG-NEWS: Add some missing parts
-rw-r--r--etc/ORG-NEWS32
1 files changed, 30 insertions, 2 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 4fd9f8e..8903b2b 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -44,6 +44,24 @@ by
Options affected by this change: =HTML5_FANCY=, =HTML_INCLUDE_SCRIPTS=
and =HTML_INCLUDE_STYLE=.
+*** Add an argument to ~org-export-to-file~ and ~org-export-to-buffer~
+
+~org-export-to-file~ and ~org-export-to-file~ can run in a different
+process when provided a non-nil =ASYNC= optional argument, without
+relying on ~org-export-async-start~ macro.
+
+Since =ASYNC= is the first of optional arguments, you have to shift
+the other optional arguments accordingly.
+
+*** Export back-ends are now structures
+
+Export back-ends are now structures, and stored as such in the
+communication channel during an export process. In other words, from
+now on, ~(plist-get info :back-end)~ will return a structure instead
+of a symbol.
+
+Arguments in hooks and in filters are still symbols, though.
+
** Important bugfixes
*** [[doc:org-insert-heading][org-insert-heading]] has been rewritten and bugs are now fixed
@@ -62,8 +80,9 @@ of the list.
- Support for .pgf files
- LaTeX Babel blocks can now be exported as =.tikz= files
- Allow =latexmk= as an option for [[doc:org-latex-pdf-process][org-latex-pdf-process]]
-- When using =\usepackage[AUTO]{inputenc}=, AUTO will automatically be
- replaced with a coding system derived from =buffer-file-coding-system=.
+- When using =\usepackage[AUTO]{babel}=, AUTO will automatically be
+ replaced with a value compatible with ~org-export-default-language~
+ or ~LANGUAGE~ keyword.
- The dependency on the =latexsym= LaTeX package has been removed, we
now use =amssymb= symbols by default instead.
@@ -81,6 +100,15 @@ leq, geq, lessgtr, lesseqgtr, ll, lll, gg, ggg, prec, preceq,
preccurleyeq, succ, succeq, succurleyeq, setminus, nexist(s), mho,
check, frown, diamond. Changes loz, vert, checkmark, smile and tilde.
+*** Anonymous export back-ends
+
+~org-export-create-backend~ can create anonymous export back-ends,
+which can then be passed to export functions like
+~org-export-to-file~, ~org-export-to-buffer~ or ~org-export-as~.
+
+It allows for quick translation of Org syntax without the overhead of
+registering a new back-end.
+
** New options
*** New option [[doc:org-bookmark-names-plist][org-bookmark-names-plist]]