From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Thiel Subject: org export: how to avoid putting :export: in the exported file? Date: Thu, 24 Aug 2017 14:54:42 +0200 Message-ID: <81mv6pp1m5.fsf@uni-jena.de> 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]:33202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkrev-00072X-IT for emacs-orgmode@gnu.org; Thu, 24 Aug 2017 08:54:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkres-00038P-HU for emacs-orgmode@gnu.org; Thu, 24 Aug 2017 08:54:53 -0400 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:36754) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkres-00037V-AB for emacs-orgmode@gnu.org; Thu, 24 Aug 2017 08:54:50 -0400 Received: by mail-wr0-x230.google.com with SMTP id i33so2055711wri.3 for ; Thu, 24 Aug 2017 05:54:48 -0700 (PDT) Received: from RTH-DESKTOPJENA.uni-jena.de (p4FF5A60F.dip0.t-ipconnect.de. [79.245.166.15]) by smtp.gmail.com with ESMTPSA id f4sm3796612wmh.28.2017.08.24.05.54.44 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 24 Aug 2017 05:54:45 -0700 (PDT) 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 I often export org-files, most of the time to LaTeX/pdf, but the behaviour/problem is alike with many export filters. Let us say I want to export an org-file that runs like this: > * First Section > Some text > * Second Section :export: > Some more text > * Third Section > Even more text When I export this file to an ASCII buffer, the result is: > 1 Second Section :export: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Some more text (note =C2=AB:export:=C2=BB in the first line on the right) Likewise, in the case of a LaTeX export, the tag =C2=ABexport=C2=BB is put = in small caps in the exported file, with odt export in small caps and square brackets. Of course, it is easy to remove the tag in the output file. But I often export to pdf via LaTeX and automatically have deleted all intermediate files including the LaTeX file. So it would save me time to avoid putting the tag in the file in the first place. So, how can I avoid getting the =C2=ABexport=C2=BB tag put in the output fi= le? Thanks in advance, Rainer --=20 Prof. Dr. Rainer Thiel Institut f=C3=BCr Altertumswissenschaften 07737 Jena, Germany (EU) r.thiel@uni-jena.de