From d3fd2d04ba6f17023806814eadcfe63384db6ecc Mon Sep 17 00:00:00 2001 From: Bastien Date: Sun, 16 Aug 2015 14:59:12 +0200 Subject: [PATCH] Document :environment for LaTeX export of example blocks --- etc/ORG-NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 834580dbe..9def2d791 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -321,6 +321,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").