Hmmm. On a fluke I found this as well (good to know in general!): http://orgmode.org/manual/Beamer-class-export.html

This kind of works, though perhaps I should specify that I was hoping for horizontal alignment, not vertical. When I set c[c] on column 1, for some reason column 2 jumps way down toward the bottom of the page...


John

On Sun, Sep 5, 2010 at 2:33 PM, John Hendy <jw.hendy@gmail.com> wrote:
Hi,


Found this: http://osdir.com/ml/emacs-orgmode-gnu/2009-12/msg00238.html

Does the referenced BEAMER_envargs option of:

----
:BEAMER_envargs: [op-for-block] c[opt-for-column-env] C[opt-for- columns-env] 
----

actually work? The discussion seems like it might have taken place as Beamer support was being decided and so I'm not sure if it made it or not.

Can anyone verify this works? Am I doing it wrong?

*** heading
:PROPERTIES:
:BEAMER_col: 0.45
:BEAMER_env: ignoreheading
:BEAMER_envargs: c[opt-for-column-env]
:END:



John