Add support for SETUP_FILE
This commit is contained in:
parent
3ccbbc46ff
commit
c23f8cc281
6 changed files with 57 additions and 0 deletions
12
org/testdata/headlines.html
vendored
12
org/testdata/headlines.html
vendored
|
@ -45,3 +45,15 @@ This is inside the drawer
|
|||
<p>
|
||||
Still outside the drawer
|
||||
</p>
|
||||
<h1>
|
||||
<span class="todo">CUSTOM</span>
|
||||
headline with custom status
|
||||
</h1>
|
||||
<p>
|
||||
it's possible to use <code class="verbatim">#+SETUP_FILE</code> - in this case the setup file contains the following
|
||||
</p>
|
||||
<div class="highlight">
|
||||
<pre>
|
||||
#+TODO: TODO DONE CUSTOM
|
||||
</pre>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue