Hello,

Rainer M Krug <rai...@krugs.de> writes:

> Rasmus <ras...@gmx.us> writes:

>> From the Beamer manual, 10.2 (latest TL version): 
>>
>>      \section<⟨mode specification⟩>[⟨short section name⟩]{⟨section name⟩}
>>
>>      Starts a section. No heading is created. The ⟨section name⟩ is shown in
>>      the table of contents and in the navigation bars, except if ⟨short 
>> section
>>      name⟩ is specified. In this case, ⟨short section name⟩ is used in the
>>      navigation bars instead. If a ⟨mode specification⟩ is given, the command
>>      only has an effect for the specified modes.

So I guess "ox-beamer.el" should generate

  \section[alt title]{level 1}

from

 * level 1 :tag:
 :PROPERTIES:
 :ALT_TITLE: alt title
 :END:

when tags:not-in-toc is provided.

>> I guess the most sane solution is to not support tags:not-in-toc in
>> ox-beamer (or in general).
>
> I agree - that might be the easiest solution.

Not that I do mind removing it, but I don't understand why you suggest
that tags:not-in-toc should not be used. It works as expected is almost
all back-ends, doesn't it?

Regards,

-- 
Nicolas Goaziou

Reply via email to