Is there a way to have all of my Org-mode sections export as Beamer frames? For instance, if I have a document like
* A
** B
** C
then I would like a slide for each of A
, B
, and C
. Setting H:2
gives me slides for the latter two, and H:1
gives me a single slide for all three. I've tried setting BEAMER_env: frame
on every single heading, but org-mode complains: 'Wrong block type at a headline named "B"'. Is there another way of achieving this slide structure?