Re: [O] beamer options on frame

2014-04-25 Thread Sebastien Vauban
Hello Bastien, Bastien wrote: > Neal Becker writes: > >> How can I put options that would apply to a frame (e.g., >> \allowframebreaks)? > > #+BIND: org-beamer-frame-default-options "[allowframebreaks]" > > for allowing frame breaks for the whole document, > > *** A very long slide > :PROPERT

Re: [O] beamer options on frame

2014-04-21 Thread Bastien
By the way, I found this information in this thread: http://thread.gmane.org/gmane.emacs.orgmode/36413 Maybe worth reading entirely. -- Bastien

Re: [O] beamer options on frame

2014-04-21 Thread Bastien
Hi Neal, Neal Becker writes: > How can I put options that would apply to a frame (e.g., > \allowframebreaks)? #+BIND: org-beamer-frame-default-options "[allowframebreaks]" for allowing frame breaks for the whole document, *** A very long slide :PROPERTIES: :BEAMER_env: [allowframebrea

[O] beamer options on frame

2014-04-21 Thread Neal Becker
How can I put options that would apply to a frame (e.g., \allowframebreaks)?