emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BUG: in beamer export non-beamer tags exported as part of header


From: Nicolas Goaziou
Subject: Re: [O] BUG: in beamer export non-beamer tags exported as part of header
Date: Wed, 01 Jun 2016 19:40:31 +0200

Hello,

Rainer M Krug <address@hidden> writes:

> Rasmus <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]