#+startup: beamer #+beamer_theme: Singapore #+beamer_header: \usepackage{pgfpages} #+beamer_header: \setbeameroption{show notes on second screen=right} #+options: toc:nil H:2 * Section 1 ** Slide 1 *** Step 1 :B_onlyenv: :PROPERTIES: :BEAMER_ACT: <+> :BEAMER_env: onlyenv :END: **** Foo - a - b **** Step 1 note :B_note: :PROPERTIES: :BEAMER_env: note :BEAMER_ACT: <.> :END: - qux *** Step 2 :B_onlyenv: :PROPERTIES: :BEAMER_ACT: <+> :BEAMER_env: onlyenv :END: **** Bar - c - d **** Step 2 note :B_note: :PROPERTIES: :BEAMER_env: note :BEAMER_ACT: <.> :END: - qux # Local Variables: # org-beamer-environments-extra: (("onlyenv" "O" "\\begin{onlyenv}%a" "\\end{onlyenv}")) # End: