emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] latex exporter: different itemize environment


From: Nicolas Goaziou
Subject: Re: [O] latex exporter: different itemize environment
Date: Wed, 13 Feb 2013 14:35:10 +0100

Hello,

Andreas Leha <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]