emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* export org file ignoring presence of :export: tags
@ 2018-07-26 16:16 Julius Dittmar
  2018-07-30 16:21 ` export org file ignoring presence of :export: tags [SOLVED] Julius Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Julius Dittmar @ 2018-07-26 16:16 UTC (permalink / raw)
  To: Org Mode

Hi,

I'm still an elisp beginner, so please bear with me.

I would like to be able to fully export org-mode files which make use of
the :export: tag.

Easist solution would be to remove the :export: tag, but usually I want
it's effect. But from time to time I need the full text exported.

I tried:

=== file test.org: ===
* toppic with export tag :export:
* toppic without export tag
=== end of file test.org ===

Export via:
emacs test.org --eval "(let ((org-export-exclude-tags '()))
(org-latex-export-to-latex nil nil nil nil nil))" --kill

Contrary to my expectation, only the first toppic appears in the
resulting TeX file.

Any help appreciated.

Julius

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

* Re: export org file ignoring presence of :export: tags [SOLVED]
  2018-07-26 16:16 export org file ignoring presence of :export: tags Julius Dittmar
@ 2018-07-30 16:21 ` Julius Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Julius Müller @ 2018-07-30 16:21 UTC (permalink / raw)
  To: emacs-orgmode

I should have used org-export-select-tags instead of
org-export-exclude-tags. Sorry for the noise.

Julius

Am 26.07.2018 um 18:16 schrieb Julius Dittmar:
> Hi,
> 
> I'm still an elisp beginner, so please bear with me.
> 
> I would like to be able to fully export org-mode files which make use of
> the :export: tag.
> 
> Easist solution would be to remove the :export: tag, but usually I want
> it's effect. But from time to time I need the full text exported.
> 
> I tried:
> 
> === file test.org: ===
> * toppic with export tag :export:
> * toppic without export tag
> === end of file test.org ===
> 
> Export via:
> emacs test.org --eval "(let ((org-export-exclude-tags '()))
> (org-latex-export-to-latex nil nil nil nil nil))" --kill
> 
> Contrary to my expectation, only the first toppic appears in the
> resulting TeX file.
> 
> Any help appreciated.
> 
> Julius
> 

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

end of thread, other threads:[~2018-07-30 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26 16:16 export org file ignoring presence of :export: tags Julius Dittmar
2018-07-30 16:21 ` export org file ignoring presence of :export: tags [SOLVED] Julius Müller

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).