Hello
Matthew Gidden <gidden@wisc.edu> writes:
> I've found a number of references to the problem of aligning columns,
> especially using the block environment [1, 2, 3]. Specifically, I would
> like to supply option arguments to either the `columns` or `column` latex
> environment directive. As written, it appears that only the `block`
> environment can be supplied options. I have also tried the BEAMER_envarg
> suggestion on the website <http://orgmode.org/manual/Beamer-export.html> to
> no avail.
"BEAMER_envarg" no longer exists. Using "columns", as suggested in the
manual, should work however:
* Foo
** Columns :B_columns:
:PROPERTIES:
:BEAMER_env: columns
:BEAMER_opt: t
:END:
*** Bar :B_block:BMCOL:
:PROPERTIES:
:BEAMER_col: 0.45
:BEAMER_env: block
:END:
foo
*** Baz :B_block:BMCOL:
:PROPERTIES:
:BEAMER_col: 0.45
:BEAMER_env: block
:END:
foo
Regards,
--
Nicolas Goaziou