From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: [bug, beamer] Frame parameters taken from example code block Date: Wed, 18 Jun 2014 14:01:27 +0200 Message-ID: <867g4e1l60.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, When having such a code block inside a frame: --8<---------------cut here---------------start------------->8--- #+TITLE: Org Beamer examples #+LANGUAGE: en #+OPTIONS: H:2 num:nil ^:{} #+PROPERTY: eval no #+LATEX_HEADER: \lstdefinelanguage{org}{} * ECM ** Allow frame breaks In your Org file, writing a code such as: #+begin_src org :eval no ,** A very long "frame" with breaks :PROPERTIES: :BEAMER_opt: allowframebreaks,label= :END: #+end_src will make that frame over multiple slides, as needed. --8<---------------cut here---------------end--------------->8--- the frame "inherits" from the property BEAMER_opt which, though, is only present in the example code, not in the Beamer frame itself. See http://screencast.com/t/fc3pNAXTAhK4. Best regards, Seb -- Sebastien Vauban