14 lines
375 B
Org Mode
14 lines
375 B
Org Mode
* Simple Headline
|
|
* TODO [#B] Headline with todo status & priority
|
|
* DONE Headline with TODO status
|
|
:PROPERTIES:
|
|
:Note: property drawers are not exported as html like other drawers
|
|
:END:
|
|
|
|
the *content*
|
|
* [#A] Headline with tags & priority :foo:bar:
|
|
Still outside the drawer
|
|
:DRAWERNAME:
|
|
This is inside the drawer
|
|
:END:
|
|
Still outside the drawer
|