[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: beamer export question
From: |
Robert Goldman |
Subject: |
[Orgmode] Re: beamer export question |
Date: |
Sun, 29 Aug 2010 15:52:48 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 |
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.