From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: Beamer support - 2nd round Date: Thu, 10 Dec 2009 21:32:39 +0000 Message-ID: <20091210213239.GC5666@atlantic.linksys.moosehall> References: Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIqdS-0001DT-JV for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 16:33:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIqdN-00017R-Qd for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 16:33:18 -0500 Received: from [199.232.76.173] (port=52228 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIqdN-000178-K5 for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 16:33:13 -0500 Received: from vpn.id2.novell.com ([195.33.99.129]:52624 helo=gwia-smtp.id2.novell.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NIqdN-0006zE-3m for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 16:33:13 -0500 Content-Disposition: inline In-Reply-To: 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 On Thu, Dec 03, 2009 at 05:10:44PM +0100, Carsten Dominik wrote: > Dear all, > > after carefully listening to all your comments and thinking > things through more thoroughly, here is now my second attempt > to define beamer support in Org-mode. [snipped] This is very exciting :-) Just one comment for now: > 2.2 Frames > =========== > > The BEAMER_FRAME_LEVEL setting governs which levels become frames. If > that option is set to 0, then frames are only created by setting the > `BEAMER_env' property of an entry to the value `frame'. > > The heading of the entry will become the frame title. If the frame > title contains the string `\\', the line will be split at that > location, and the second half will become the frame /subtitle/. If > you need a line break in the frame title, use `\newline' or > `\linebreak'. If the frame title is long enough to require a line break, most likely it will start creeping over the right-hand margin of the emacs frame during editing. Consequently anything which can save a few columns might be helpful, so how about allowing \n to mean the same as \newline ?