From mboxrd@z Thu Jan 1 00:00:00 1970 From: etimecowboy Subject: How can I continue my code listing in Beamer slides? Date: Wed, 26 Feb 2014 15:48:24 +0000 Message-ID: <530E0CC8.7050105@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIgig-0007Dp-HM for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 10:48:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIgif-0007o2-PT for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 10:48:26 -0500 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:61135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIgif-0007ni-Hh for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 10:48:25 -0500 Received: by mail-wi0-f176.google.com with SMTP id hi5so6060015wib.3 for ; Wed, 26 Feb 2014 07:48:24 -0800 (PST) Received: from ?IPv6:2001:630:d0:ed05:1075:8175:f88b:a08f? ([2001:630:d0:ed05:1075:8175:f88b:a08f]) by mx.google.com with ESMTPSA id r1sm11278758wia.5.2014.02.26.07.48.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Feb 2014 07:48:23 -0800 (PST) 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: emacs-orgmode@gnu.org Hi everyone, I have a question about beamer export in org. I have some code to be put in my slides. The problem is that one slide (or one column block) does not have enough space for it. How can I split it into two slides or several column blocks? Please help me with it. etimecowboy