From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: BUG: in beamer export non-beamer tags exported as part of header Date: Wed, 01 Jun 2016 10:06:20 +0200 Message-ID: References: <87r3cr8xpt.fsf@gmx.us> <87fut79ozi.fsf@saiph.selenimh> <87mvndc24g.fsf@saiph.selenimh> <87oa7rbtm6.fsf@saiph.selenimh> <87oa7mknr0.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b81Ai-00062n-K5 for emacs-orgmode@gnu.org; Wed, 01 Jun 2016 04:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b81Ad-00046p-I9 for emacs-orgmode@gnu.org; Wed, 01 Jun 2016 04:06:36 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:49709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b81Ad-00045L-8c for emacs-orgmode@gnu.org; Wed, 01 Jun 2016 04:06:31 -0400 In-Reply-To: <87oa7mknr0.fsf@saiph.selenimh> (Nicolas Goaziou's message of "Tue, 31 May 2016 21:53:39 +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: Rasmus Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> OK. Here it is: >> >> #+TITLE: An Example >> #+EMAIL: Rainer@krugs.de >> >> #+OPTIONS: tags:not-in-toc >> >> #+LATEX_CLASS: beamer >> #+OPTIONS: H:2 toc:t >> >> * Level 1 :andHereIsTh= eTag: >> ** A Frame >> #+begin_example >> Org-mode version 8.3.4 (release_8.3.4-850-g9dbeaa @ /Users/rainerkrug/.e= macs.d/org-mode/lisp/) >> GNU Emacs 25.0.94.1 (x86_64-apple-darwin15.4.0, Carbon Version 157 AppKi= t 1404.46) of 2016-05-24 >> #+end_example >> >> >> The problem is beamer - with the other exports it works. With beamer, >> I get the pdf at [[https://www.dropbox.com/s/fc6z9wszxl5vv9i/text.pdf?dl= =3D0]] > > I cannot reproduce it. Could you show the LaTeX code generated? Here it is Rainer =2D-8<---------------cut here---------------start------------->8--- % Created 2016-06-01 Wed 10:04 % Intended LaTeX compiler: pdflatex \documentclass[presentation]{beamer} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{graphicx} \usepackage{grffile} \usepackage{longtable} \usepackage{wrapfig} \usepackage{rotating} \usepackage[normalem]{ulem} \usepackage{amsmath} \usepackage{textcomp} \usepackage{amssymb} \usepackage{capt-of} \usepackage{hyperref} \usepackage{color} \usepackage{listings} \usetheme{default} \author{Rainer M. Krug} \date{\today} \title{An Example} \hypersetup{ pdfauthor=3D{Rainer M. Krug}, pdftitle=3D{An Example}, pdfkeywords=3D{}, pdfsubject=3D{}, pdfcreator=3D{Emacs 25.0.94.1 (Org mode 8.3.4)},=20 pdflang=3D{English}} \begin{document} \maketitle \begin{frame}{Outline} \tableofcontents \end{frame} \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}} \label{sec:orgf7a1edf} \begin{frame}[fragile,label=3D{sec:org61ac01b}]{A Frame} \begin{verbatim} Org-mode version 8.3.4 (release_8.3.4-850-g9dbeaa @ /Users/rainerkrug/.emac= s.d/org-mode/lisp/) GNU Emacs 25.0.94.1 (x86_64-apple-darwin15.4.0, Carbon Version 157 AppKit 1= 404.46) of 2016-05-24 \end{verbatim} \end{frame} \end{document} =2D-8<---------------cut here---------------end--------------->8--- > > Regards, =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJXTpeBAAoJENvXNx4PUvmCMdQIAM4mgp6U67/vPIxPW91WNOAD h8pSbcH3AAeIU9FTpbEfAhXSxFQeUrTgvx5PvYHV4V6FoziiHzndwVd5qO427u7U CnhuRdV1wHjr26Y464nTQrZHOmktBYFf79aOGjMfGpTkazVM+EtXsv38xWYq9uZp U/uT+OZpkzIAo4BA3FpUD4BNMUFWZu95anQ3tWUUchG3InuJtRB5GnrxFqFVYdLu RgzTsgaUwQEs99qEli3vJtPOISQl5MeDmd/zLtQSh8+f4pScy2lToI16k1fHPw26 Tq9gnkpCrbagjEFQoKtbIkahvc4eZfxtrIBaNqLgstFgJspxl2pv4JK4OeB0q4c= =Ew7n -----END PGP SIGNATURE----- --=-=-=--