krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

v0.20.1: fixtures/headings.org · raw

 1#+TITLE: Heading Metadata
 2
 3* TODO [#A] Write the parser                                        :work:rust:
 4:PROPERTIES:
 5:CUSTOM_ID: write-parser
 6:OWNER: nobody
 7:END:
 8A heading carrying a keyword, a priority, tags and a property drawer.
 9
10** DONE Nested and finished
11Sub-headings nest by star count.
12
13** [#C] Priority without a keyword
14A priority cookie can stand alone.
15
16* TODOs are not a keyword
17The word boundary matters: this heading has no TODO keyword.
18
19* DONE
20A keyword with no title at all.