Christopher Witte <ch...@witte.net.au> writes:

> I putting together a presentation using org and exporting to beamer.  I was
> wondering if there is easy way to get each item in a list to display
> incrementally.  Beamer supports this with the \begin{itemize}[<+->]
> environment option.  Perhaps this could be achieved by extending the
> #+ATTR_LaTeX: syntax.  

I do it like this. 

** Overlays
   :PROPERTIES:
   :BEAMER_envargs: [<+->]
   :END:

- one
- two
- three
- four
- five


Reply via email to