In Beamer, you may specify the overlay for each item as below \begin{itemize} \item <+-> appear from start (could be <1->, but <+-> is better in case we change item order) \item <2> only showed in the second "page of the slide" \item <3-4> showed in pages 3 and 4 \item <4-> showed from slide 4 \item always showed \item <5-> showed from slide 5 \end{itemize}
We can do the samething in org-mode as below - <+-> appear from start (could be <1->, but <+-> is better in case we change item order) - <2> only showed in the second "page of the slide" - <3-4> showed in pages 3 and 4 - <4-> showed from slide 4 - always showed - <5-> showed from slide 5 Of course that if you just want the items to appear sequentially it is easy to use the default overlay specification, but it's nice to know that we still have all the flexibility from beamer in org-mode. - Darlan At Wed, 24 Mar 2010 14:07:42 +0900, Christian Wittern <cwitt...@gmail.com> wrote: > > Dear Matt, > > On 2010-03-24 9:01, Matt Lundin wrote: > > You need to set the default overlay argument on the frame (i.e., [<+-]). > > This instructs LaTeX to create slides that reveal the items in the frame > > one by one. > > > > If you want to enable this behavior for all slides, you can place the > > following line before the first heading: > > > > #+beamer: \beamerdefaultoverlayspecification{<+->} > > > > > Thanks for your explanation. I got it now! > > > See section 9.6.3 of the beamer manual (Action Specifications) for more > > details. > > > Sorry, I did not realize there was a separate manual for beamer. I will > go hunting now! > > All the best, > > Christian > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode