From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: beamer export question Date: Sun, 29 Aug 2010 15:52:48 -0500 Message-ID: <4C7AC8A0.1030608@sift.info> References: <4C77DB3D.8050004@sift.info> <4C77DC90.6010908@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44900 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oporz-0002DQ-Kr for emacs-orgmode@gnu.org; Sun, 29 Aug 2010 16:52:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Opory-0007Oa-IQ for emacs-orgmode@gnu.org; Sun, 29 Aug 2010 16:52:51 -0400 Received: from mpls.sift.info ([75.146.46.193]:58460) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Opory-0007OU-DU for emacs-orgmode@gnu.org; Sun, 29 Aug 2010 16:52:50 -0400 In-Reply-To: <4C77DC90.6010908@sift.info> 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: Org Mode On 8/27/10 Aug 27 -10:41 AM, Robert Goldman wrote: > On 8/27/10 Aug 27 -10:35 AM, Robert Goldman wrote: >> I have been outlining a beamer presentation using BEAMER_FRAME_LEVEL: 0 >> so that I could have some flexibility in deciding what is and isn't a frame. >> >> I had a piece of my outline where there's a lot of detail, so the slides >> are at level 4 (****). I was disappointed to find that the level 3 >> heading above the level 4 frames /also/ got turned into a frame, >> although it was not flagged as one. >> >> Is there some way to make the exporter turn this level three headline >> into a subsubsection, instead of emitting a bogus frame? >> >> Or should I just tag it as noexport? > > Sigh. I should have tried this before blithering. > > I can't use "noexport" for this purpose, because it will be inherited, > and the items below the level three header will be suppressed, which is > not at all what I want. > Seems to be my day for answering my own questions: looks like the ignoreheading value for the property BEAMER_env is what I was looking for.