[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] export org file ignoring presence of :export: tags
From: |
Julius Dittmar |
Subject: |
[O] export org file ignoring presence of :export: tags |
Date: |
Thu, 26 Jul 2018 18:16:07 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.0 |
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
- [O] export org file ignoring presence of :export: tags,
Julius Dittmar <=