[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Babel should not work in the subtree marked as not exported
From: |
zwz |
Subject: |
[O] Babel should not work in the subtree marked as not exported |
Date: |
Tue, 11 Mar 2014 20:47:01 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
In my setup, there is
(setq org-export-exclude-tags '("private" "exclude")
and In my test.org:
* test
** Not exported :exclude:
#+BEGIN_SRC ditaa :file test.png :cmdline -E
+--------+---+---+---+---+---+---+---+
+---+---+---+---+---+---+---+---+
x | 0 cRED | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | 0 | 0 | 0 | 0 | 1 | 0 | 1 |
1 |
+--------+---+---+---+---+---+---+---+
+---+---+---+---+---+---+---+---+
#+END_SRC
** blah blah
blah blah blah
When I try to export it to pdf, the test.png is still generated,
although it is not used for the pdf at all.
So I think the export procedure may be optimized for more efficiency.
- [O] Babel should not work in the subtree marked as not exported,
zwz <=
- Re: [O] Babel should not work in the subtree marked as not exported, Ken Mankoff, 2014/03/11
- Re: [O] Babel should not work in the subtree marked as not exported, Andreas Leha, 2014/03/11
- Re: [O] Babel should not work in the subtree marked as not exported, Ken Mankoff, 2014/03/11
- Re: [O] Babel should not work in the subtree marked as not exported, zwz, 2014/03/12
- Re: [O] Babel should not work in the subtree marked as not exported, Andreas Leha, 2014/03/12
- Re: [O] Babel should not work in the subtree marked as not exported, Eric Schulte, 2014/03/13
- Re: [O] Babel should not work in the subtree marked as not exported, Andreas Leha, 2014/03/13
- Re: [O] Babel should not work in the subtree marked as not exported, John Hendy, 2014/03/13
- Re: [O] Babel should not work in the subtree marked as not exported, Eric Schulte, 2014/03/13
- Re: [O] Babel should not work in the subtree marked as not exported, Samuel Wales, 2014/03/14