From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: How can I continue my code listing in Beamer slides? Date: Fri, 7 Mar 2014 16:34:44 +0000 Message-ID: <8761nqotln.fsf@ucl.ac.uk> References: <530E0CC8.7050105@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLzSb-0005OW-DT for emacs-orgmode@gnu.org; Fri, 07 Mar 2014 13:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLzST-0004yT-LX for emacs-orgmode@gnu.org; Fri, 07 Mar 2014 13:25:28 -0500 Received: from mail-db3lp0075.outbound.protection.outlook.com ([213.199.154.75]:29697 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLzST-0004mo-GA for emacs-orgmode@gnu.org; Fri, 07 Mar 2014 13:25:21 -0500 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: etimecowboy Cc: emacs-orgmode@gnu.org etimecowboy writes: > 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 I use the ~allowframebreaks~ option in beamer: #+begin_src org ,** Octave program :PROPERTIES: :BEAMER_opt: allowframebreaks,label= :END: ,#+begin_src octave :exports code :results none ## a long segment of code goes here ,#+end_src #+end_src and this works like a charm without any need for columns or direct LaTeX code. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.5h-660-gef207f