0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien 2015-08-16 14:59:24 +02:00
commit d25d9fd447

View file

@ -332,6 +332,15 @@ more features. See docstring for details.
Functions in this filter are applied on the body of the exported
document, befor wrapping it within the template.
*** New :environment parameter when exporting example blocks to LaTeX
: #+ATTR_LATEX: :environment myverbatim
: #+BEGIN_EXAMPLE
: This sentence is false.
: #+END_EXAMPLE
will be exported using =@samp(myverbatim)= instead of =@samp(verbatim)=.
*** Various improvements on radio tables
Radio tables feature now relies on Org's export framework ("ox.el").