From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: [beamer] export a long source block as in several frames Date: Wed, 29 Sep 2010 18:37:50 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=59560 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0u3c-0008Ka-2z for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 06:38:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0u3T-0004rB-Jd for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 06:38:40 -0400 Received: from lo.gmane.org ([80.91.229.12]:40418) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0u3T-0004qu-Co for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 06:38:31 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0u3R-0003NF-4e for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 12:38:29 +0200 Received: from 221.12.171.112 ([221.12.171.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2010 12:38:29 +0200 Received: from zhangweize by 221.12.171.112 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2010 12:38:29 +0200 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: emacs-orgmode@gnu.org Now I am preparing a presentation using the beamer feature supported by org-mode. When exporting, I want some long source code (more than one frame can contain) to be arranged in several frames rather than partially invisible. I know there's once a discussion on the support of the frame option allowframebreaks, but I am thinking "would it be good to add the option by default when exporting for the frame that contains some source code?"