iem...@gmail.com writes:

> Hi Andrea,
>
> I use the following line to allow frame breaks
>
> #+BIND: org-beamer-frame-default-options "[allowframebreaks]"

and, on a slide per slide basis, you can set options using the
BEAMER_envargs property (easiest to do using column view if you have
defined columns as per the tutorial on Worg, for instance).  For
example:

--8<---------------cut here---------------start------------->8---
*** A full slide
    :PROPERTIES:
    :BEAMER_envargs: [shrink]
    :END:

Content here

*** A very long slide
    :PROPERTIES:
    :BEAMER_envargs: [allowframebreaks]
    :END:

Some more content here.

--8<---------------cut here---------------end--------------->8---

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.223.g71650)

_______________________________________________
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

Reply via email to