aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/DocumentTree.hs
AgeCommit message (Collapse)AuthorFilesLines
2017-05-27Org reader: subject full doc tree to headline transformationsAlbert Krewinkel1-1/+32
Emacs parses org documents into a tree structure, which is then post-processed during exporting. The reader is changed to do the same, turning the document into a single tree of headlines starting at levelĀ 0. Fixes: #3695
2017-05-16Org reader: replace `sequence . map` with `mapM`Albert Krewinkel1-2/+2
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel1-0/+260