BEAMER export: Allow overlay options for column environments
commit80a6674178c3b59bf4c8037e81c3b33e9e2d42c2
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 26 Nov 2010 07:02:58 +0000 (26 08:02 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 26 Nov 2010 07:02:58 +0000 (26 08:02 +0100)
treed11a076632aa40c22a438d36417909eef7b336dc
parent88bd7bbe89bac8a92400ab4749f15004683d82b9
BEAMER export: Allow overlay options for column environments

* lisp/org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
the column as well.
* doc/org.texi (Beamer class export): Document that also overlay arguments
can be passed to the column environment.

Eric Fraga writes:

> I am trying to create a beamer slide which has two columns.  The second
> column should only appear after a while (the 6th uncovering operation).
> In latex, I would do:
>
> : \begin{column}<6->{0.4\textwidth}
>
> say.  In org, I would expect to be able to get this latex code generated
> by the following:
>
> --8<---------------cut here---------------start------------->8---
> ***** column heading       :BMCOL:B_block:
>      :PROPERTIES:
>      :BEAMER_col: 0.4
>      :BEAMER_envargs: c<6->
>      :BEAMER_extra:
>      :BEAMER_env: block
>      :END:
> --8<---------------cut here---------------end--------------->8---
>
> according to the info documentation (Beamer class export).
>
> However, this does not work: the "c<6->" is placed verbatim in
> the \begin{block} that comes after the \begin{column}.  Furthermore, if
> I ask for the heading to be ignored (instead of defining a block), the
> envargs are lost completely!
doc/org.texi
lisp/org-beamer.el