From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: BUG: in beamer export non-beamer tags exported as part of header Date: Tue, 24 May 2016 12:48:43 +0200 Message-ID: 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]:38806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b59tZ-0007Zh-UX for emacs-orgmode@gnu.org; Tue, 24 May 2016 06:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b59tV-0006t8-QF for emacs-orgmode@gnu.org; Tue, 24 May 2016 06:49:04 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:54949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b59tV-0006sZ-FA for emacs-orgmode@gnu.org; Tue, 24 May 2016 06:49:01 -0400 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: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi the following document =2D-8<---------------cut here---------------start------------->8--- #+startup: beamer #+STARTUP: oddeven #+LATEX_CLASS: beamer #+LATEX_CLASS_OPTIONS: [bigger]=20 #+BEAMER_THEME: Madrid #+BEAMER_COLOR_THEME: spruce #+OPTIONS: H:2 toc:t #+SELECT_TAGS: export #+EXCLUDE_TAGS: noexport * Level 1 :presentation: ** Frame 1 Some Text =2D-8<---------------cut here---------------end--------------->8--- becomes exported as ,---- | % Created 2016-05-24 Tue 12:45 | % Intended LaTeX compiler: pdflatex | \documentclass[bigger]{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{Madrid} | \usecolortheme{spruce} | \author{Rainer M. Krug} | \date{\today} | \title{} | \hypersetup{ | pdfauthor=3D{Rainer M. Krug}, | pdftitle=3D{}, | pdfkeywords=3D{}, | pdfsubject=3D{}, | pdfcreator=3D{Emacs 25.0.94.1 (Org mode 8.3.4)},=20 | pdflang=3D{English}} | \begin{document} |=20 | \begin{frame}{Outline} | \tableofcontents | \end{frame} |=20 |=20 | \section{Level 1\hfill{}\textsc{presentation}} | \label{sec:org46cc55c} | \begin{frame}[label=3D{sec:org8dc9e52}]{Frame 1} | Some Text | \end{frame} | \end{document} `---- Please not that the tag :presentation: becomes exported as part of the header. I would like to use the tags to filter for export, so they should not become part otf the headers. GNU Emacs 25.0.94.1 (x86_64-apple-darwin15.4.0, Carbon Version 157 AppKit 1= 404.46) of 2016-05-24 Org-mode version 8.3.4 (release_8.3.4-842-g58f5def @ /Users/rainerkrug/.ema= cs.d/org-mode/lisp/) Cheers, Rainer =2D-=20 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,= UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJXRDGaAAoJENvXNx4PUvmCt20H/2CCzp5jVGegA4u11eLE3liQ uSLTjI/3ZEXPFl7h13O+1Lf6gdQf6VLorO9USuBMDy+b4AcgBCiq6IMlyMLcFv6B vstbFKerj2Y/zDlMRMS6Ipqr9mhUGM10+8xr95GoryQypQ0CsF+AG2eoqUyWUd9n M4/5ejf5XZCVskE6bqxqg72htfrMKXFK2xRmfmM8R6f2BSt6fwR48KXgJDmAiVff u2xHRjReCd6dUt05o3xPuCupTaD+04szBCN6Yyp6cmZqbVlztUJf5wgIQpzjtJj7 v6C+fbDBVdkpnW3wYgbsDvZ0Fdyjqm6pskOPGJfCkDzm6ec+rGso+u0syR7s5Cs= =9IOQ -----END PGP SIGNATURE----- --=-=-=--