Add support for SETUP_FILE

This commit is contained in:
Niklas Fasching 2018-12-19 19:54:15 +01:00
parent 3ccbbc46ff
commit c23f8cc281
6 changed files with 57 additions and 0 deletions

View file

@ -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&#39;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>