diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2016-10-30 10:27:47 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2016-10-30 10:27:47 +0100 |
commit | d5182778c45704b0a2d5d283a7fca5104588af81 (patch) | |
tree | 802f4e6534f13ab9c6071e0c50baf6732c15d1d8 /src/Text/Pandoc/PDF.hs | |
parent | d2bc983455cab819afe260559a52a9cae02e3460 (diff) | |
download | pandoc-d5182778c45704b0a2d5d283a7fca5104588af81.tar.gz |
Org reader: add support for todo-markers
Headlines can have optional todo-markers which can be controlled via the
`#+TODO`, `#+SEQ_TODO`, or `#+TYP_TODO` meta directive. Multiple such
directives can be given, each adding a new set of recognized todo-markers.
If no custom todo-markers are defined, the default `TODO` and `DONE`
markers are used.
Todo-markers are conceptually separate from headline text and are hence
excluded when autogenerating headline IDs.
The markers are rendered as spans and labelled with two classes: One
class is the markers name, the other signals the todo-state of the
marker (either `todo` or `done`).
Diffstat (limited to 'src/Text/Pandoc/PDF.hs')
0 files changed, 0 insertions, 0 deletions