From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: beamer options on frame Date: Mon, 21 Apr 2014 19:22:11 +0200 Message-ID: <87tx9m7g3g.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcHvF-0005yq-Ik for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 13:22:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcHv6-0002hB-H9 for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 13:22:25 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:54814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcHv6-0002h5-Ac for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 13:22:16 -0400 Received: by mail-wi0-f176.google.com with SMTP id r20so2079802wiv.3 for ; Mon, 21 Apr 2014 10:22:15 -0700 (PDT) In-Reply-To: (Neal Becker's message of "Mon, 21 Apr 2014 09:09:27 -0400") 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Neal Becker Cc: emacs-orgmode@gnu.org 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: [allowframebreaks] :END: for allowing on a frame by frame basis. -- Bastien