summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2010-10-27 19:56:31 +0200
committerBastien Guerry <bzg@altern.org>2010-10-27 19:56:31 +0200
commitc0c2f3896b079b4bfa846f8193f4ef5a2176f0ca (patch)
tree0b0a1cb4788384e81b7336619cf26703328d3e53
parent132131b57b72431c9ba988c86782bdf9228c289f (diff)
parent87edef3f87758ba4d5b7d8bae0f305c3d2a8f898 (diff)
downloadorg-mode-c0c2f3896b079b4bfa846f8193f4ef5a2176f0ca.tar.gz
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
-rw-r--r--ORGWEBPAGE/Changes.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
index 31d4373..5b7ac5b 100644
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -85,6 +85,34 @@ can provide intuition for the new behavior.
,: 0.254227238707244
#+end_src
+*** Added :headers header argument for LaTeX code blocks
+This makes it possible to set LaTeX options which must take place in
+the document pre-amble for LaTeX code blocks. This header argument
+accepts either a single string or a list, e.g.
+
+#+begin_src org
+ ,#+begin_src latex :headers \usepackage{lmodern} :file name1.pdf
+ , latex body
+ ,#+end_src
+
+ ,#+begin_src latex :headers '("\\usepackage{mathpazo}" "\\usepackage{fullpage}") :file name2.pdf
+ , latex body
+ ,#+end_src
+#+end_src
+
+*** New function `org-export-string'
+Allows exporting directly from a string to the specified export format.
+*** Code block header argument ":noweb tangle"
+Only expands <<noweb>> syntax references when tangling, not during
+export (weaving).
+*** Temporary file directory
+All babel temporary files are now kept in a single sub-directory in
+the /tmp directory and are cleaned up when Emacs exits.
+
+*** Function for demarcating blocks `ob-demarcate-block'
+Can be called to wrap the region in a block, or to split the block
+around point, bound to (C-c C-v d).
+
*** Lists of anniversaries are now handeled better
When several anniversaries are defined in the bbdb anniversaries