From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG: in beamer export non-beamer tags exported as part of header Date: Wed, 01 Jun 2016 19:40:31 +0200 Message-ID: <87d1o0iz8w.fsf@saiph.selenimh> References: <87r3cr8xpt.fsf@gmx.us> <87fut79ozi.fsf@saiph.selenimh> <87mvndc24g.fsf@saiph.selenimh> <87oa7rbtm6.fsf@saiph.selenimh> <87oa7mknr0.fsf@saiph.selenimh> <87shwxjhdv.fsf@saiph.selenimh> <87bn3lqeum.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8A8h-0001sz-N3 for emacs-orgmode@gnu.org; Wed, 01 Jun 2016 13:41:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8A8f-0004g3-Gr for emacs-orgmode@gnu.org; Wed, 01 Jun 2016 13:41:06 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:60711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8A8f-0004fu-A7 for emacs-orgmode@gnu.org; Wed, 01 Jun 2016 13:41:05 -0400 In-Reply-To: (Rainer M. Krug's message of "Wed, 01 Jun 2016 15:23:43 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Rainer M Krug Cc: emacs-orgmode@gnu.org, Rasmus Hello, Rainer M Krug writes: > Rasmus writes: >> From the Beamer manual, 10.2 (latest TL version):=20 >> >> \section<=E2=9F=A8mode specification=E2=9F=A9>[=E2=9F=A8short secti= on name=E2=9F=A9]{=E2=9F=A8section name=E2=9F=A9} >> >> Starts a section. No heading is created. The =E2=9F=A8section name= =E2=9F=A9 is shown in >> the table of contents and in the navigation bars, except if =E2=9F= =A8short section >> name=E2=9F=A9 is specified. In this case, =E2=9F=A8short section na= me=E2=9F=A9 is used in the >> navigation bars instead. If a =E2=9F=A8mode specification=E2=9F=A9 = 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, --=20 Nicolas Goaziou