Hello, Andreas Leha <andreas.l...@med.uni-goettingen.de> writes:
> Hi all (and Nicolas), > > from =org-e-latex.el= (I have to upgrade - I know): > ,---- > | ;; Plain lists accept two optional attributes: `:environment' and > | ;; `:options'. The first one allows to use a non-standard environment > | ;; (i.e. "inparaenum"). The second one allows to specify optional > | ;; arguments for that environment (square brackets are not mandatory). > `---- > > I can not make the :enviroment switch work. > > Following is a small presentation with a non-indented version of > itemize. But when I export it, I still get an \begin{itemize} when > instead I'd like \begin{nonindentlist}. > > What am I missing? [...] > #+ATTR_LATEX: :environment nonindentlist > - some > - bullet > - points It should be #+attr_beamer: :environment nonindentlist since this property is defined in Beamer back-end's documentation. Since arguments are the same and beamer back-end is derived from latex anyway, lists should now accept both, though. Regards, -- Nicolas Goaziou