I have a lot of slides where I want to incrementally show arbitrary information or code that is *not* part of a bullet list. I've been doing it like this:
#+BEAMER: \begin{onlyenv}<2->
...some content...
#+BEAMER: \end{onlyenv}
I haven't been able to find any comprehensive org-beamer docs, and I've been wondering: is there a nicer way to do this using org's beamer support?
I know about the shorthand syntax for bullet lists:
** <1-> Point 1
** <2-> Point 2
** <3-> etc...
But again, this is for content outside of lists.
Thanks,
--
Avdi