emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org export: how to avoid putting :export: in the exported file?
@ 2017-08-24 12:54 Rainer Thiel
  2017-08-24 13:25 ` Leslie Watter
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Thiel @ 2017-08-24 12:54 UTC (permalink / raw)
  To: emacs-orgmode

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:
> ================
> 
>   Some more text

(note «:export:» in the first line on the right)

Likewise, in the case of a LaTeX export, the tag «export» 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 «export» tag put in the output file?

Thanks in advance,

Rainer
-- 
Prof. Dr. Rainer Thiel
Institut für Altertumswissenschaften
07737 Jena, Germany (EU)
r.thiel@uni-jena.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org export: how to avoid putting :export: in the exported file?
  2017-08-24 12:54 org export: how to avoid putting :export: in the exported file? Rainer Thiel
@ 2017-08-24 13:25 ` Leslie Watter
  0 siblings, 0 replies; 2+ messages in thread
From: Leslie Watter @ 2017-08-24 13:25 UTC (permalink / raw)
  To: Rainer Thiel; +Cc: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 1556 bytes --]

Hi Rainer,

you could use:

#+OPTIONS: tags:nil

in you file.

You can take a look at http://orgmode.org/manual/Export-settings.html  to
more options if you like.

Cheers,

LEslie

On Thu, Aug 24, 2017 at 9:54 AM, Rainer Thiel <r.thiel@uni-jena.de> wrote:

> 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:
> > ================
> >
> >   Some more text
>
> (note «:export:» in the first line on the right)
>
> Likewise, in the case of a LaTeX export, the tag «export» 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 «export» tag put in the output file?
>
> Thanks in advance,
>
> Rainer
> --
> Prof. Dr. Rainer Thiel
> Institut für Altertumswissenschaften
> 07737 Jena, Germany (EU)
> r.thiel@uni-jena.de
>
>


-- 
Leslie H. Watter

[-- Attachment #2: Type: text/html, Size: 2421 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-24 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24 12:54 org export: how to avoid putting :export: in the exported file? Rainer Thiel
2017-08-24 13:25 ` Leslie Watter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).