html: Export headline todo status & tags
This commit is contained in:
parent
6887fb2e02
commit
24ace5aa0e
4 changed files with 98 additions and 25 deletions
18
org/testdata/headlines.html
vendored
18
org/testdata/headlines.html
vendored
|
@ -1,4 +1,14 @@
|
|||
<h1>Simple Headline</h1>
|
||||
<h1>Headline with todo status & priority</h1>
|
||||
<h1>Headline with TODO status</h1>
|
||||
<h1>Headline with tags & priority</h1>
|
||||
<h1>
|
||||
Simple Headline
|
||||
</h1>
|
||||
<h1>
|
||||
<span class="todo">TODO</span>
|
||||
Headline with todo status & priority
|
||||
</h1>
|
||||
<h1>
|
||||
<span class="todo">DONE</span>
|
||||
Headline with TODO status
|
||||
</h1>
|
||||
<h1>
|
||||
Headline with tags & priority   <span class="tags"><span>foo</span> <span>bar</span></span>
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue