From mboxrd@z Thu Jan 1 00:00:00 1970 From: phaebz Subject: Re: :export: tag shows up in headings of output pdf Date: Fri, 11 Feb 2011 16:30:55 +0200 Message-ID: <4D55481F.2030205@googlemail.com> References: <4D550617.7060700@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46792 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnu1V-0007hm-Uj for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 09:31:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pnu1U-0005np-9R for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 09:31:01 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pnu1U-0005nc-14 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 09:31:00 -0500 Received: by wyj26 with SMTP id 26so2607820wyj.0 for ; Fri, 11 Feb 2011 06:30:58 -0800 (PST) In-Reply-To: <4D550617.7060700@googlemail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: phaebz Cc: emacs-orgmode@gnu.org On 02/11/2011 11:49 AM, phaebz wrote: > I am using org-mode 7.3 release. > > Problem: A file such as > > * heading to be exported :export: > > * some other heading > > gets exported to > > 1. heading to be exported :export: > > With a literal :export: tag in the pdf output heading. I have not customized any relevant export options. > > Do I miss something? > > Any tips / hints are much appreciated > > Michael Bach never mind. I sorted it out, my own mistake. For completeness: One way is "tags:nil" in a #+OPTION: line...