From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [BEAMER] make text fit in a slide Date: Thu, 20 Jan 2011 09:21:20 +0000 Message-ID: <874o946icv.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43816 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfrTb-0000xo-NB for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 05:10:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfrTa-0008Nv-Rb for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 05:10:47 -0500 Received: from vscani-d2.ucl.ac.uk ([144.82.108.133]:44799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfrTa-0008Nr-MJ for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 05:10:46 -0500 In-Reply-To: (iemacs@gmail.com's message of "Thu, 20 Jan 2011 14:47:22 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: iemacs@gmail.com Cc: emacs-orgmode@gnu.org, Andrea Crotti iemacs@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)