Add support for EXCLUDE_TAGS and :noexport:
This commit is contained in:
parent
c3d635eacb
commit
beff0c0d8a
7 changed files with 24 additions and 1 deletions
1
org/testdata/headlines.html
vendored
1
org/testdata/headlines.html
vendored
|
@ -55,5 +55,6 @@ it's possible to use <code class="verbatim">#+SETUPFILE</code> - in this cas
|
|||
<div class="highlight">
|
||||
<pre>
|
||||
#+TODO: TODO DONE CUSTOM
|
||||
#+EXCLUDE_TAGS: noexport custom_noexport
|
||||
</pre>
|
||||
</div>
|
||||
|
|
4
org/testdata/headlines.org
vendored
4
org/testdata/headlines.org
vendored
|
@ -23,3 +23,7 @@ Still outside the drawer
|
|||
it's possible to use =#+SETUPFILE= - in this case the setup file contains the following
|
||||
|
||||
#+INCLUDE: "setup_file_org" src org
|
||||
* excluded headline :custom_noexport:
|
||||
this headline and it's content are not exported as it is marked with an =EXCLUDE_TAGS= tag.
|
||||
By default =EXCLUDE_TAGS= is just =:noexport:=.
|
||||
|
||||
|
|
4
org/testdata/headlines.pretty_org
vendored
4
org/testdata/headlines.pretty_org
vendored
|
@ -23,3 +23,7 @@ Still outside the drawer
|
|||
it's possible to use =#+SETUPFILE= - in this case the setup file contains the following
|
||||
|
||||
#+INCLUDE: "setup_file_org" src org
|
||||
* excluded headline :custom_noexport:
|
||||
this headline and it's content are not exported as it is marked with an =EXCLUDE_TAGS= tag.
|
||||
By default =EXCLUDE_TAGS= is just =:noexport:=.
|
||||
|
||||
|
|
3
org/testdata/misc.html
vendored
3
org/testdata/misc.html
vendored
|
@ -68,6 +68,9 @@ Still outside the drawer
|
|||
it's possible to use =#+SETUPFILE= - in this case the setup file contains the following
|
||||
|
||||
#+INCLUDE: "setup_file_org" src org
|
||||
* excluded headline :custom_noexport:
|
||||
this headline and it's content are not exported as it is marked with an =EXCLUDE_TAGS= tag.
|
||||
By default =EXCLUDE_TAGS= is just =:noexport:=.
|
||||
</pre>
|
||||
</div>
|
||||
</li>
|
||||
|
|
1
org/testdata/setup_file_org
vendored
1
org/testdata/setup_file_org
vendored
|
@ -1 +1,2 @@
|
|||
#+TODO: TODO DONE CUSTOM
|
||||
#+EXCLUDE_TAGS: noexport custom_noexport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue