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, 25 May 2016 22:29:51 +0200 Message-ID: <87mvndc24g.fsf@saiph.selenimh> References: <87r3cr8xpt.fsf@gmx.us> <87fut79ozi.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5fRP-00055Y-IS for emacs-orgmode@gnu.org; Wed, 25 May 2016 16:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5fRL-0004RW-Hn for emacs-orgmode@gnu.org; Wed, 25 May 2016 16:30:07 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:32782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5fRL-0004QF-Aj for emacs-orgmode@gnu.org; Wed, 25 May 2016 16:30:03 -0400 In-Reply-To: (Rainer M. Krug's message of "Wed, 25 May 2016 09:37:01 +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: > Makes sense - I just wasn't aware of the tags:nil property. Probably it > should be added to the beamer template headers (C-ce#)? It belongs to the default template, since this is a generic option. I don't think it's a good idea to add duplicates in templates. > I had > > #+OPTIONS: tags:not-in-toc > > in my org file, but the tags were still in the toc of the beamer > export. >From your document, adding tags:not-in-toc, I get \begin{document} \begin{frame}{Outline} \tableofcontents \end{frame} \section[Level 1]{Level 1\hfill{}\textsc{presentation}} \label{sec:org057dfd7} \begin{frame}[label={sec:org1551704}]{Frame 1} Some Text \end{frame} \end{document} Do you know what should be generated instead? Regards, -- Nicolas Goaziou