aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/ExportSettings.hs
AgeCommit message (Collapse)AuthorFilesLines
2016-07-03Org reader: support headline levels export settingAlbert Krewinkel1-2/+10
The depths of headlines can be modified using the `H` option. Deeper headlines will be converted to lists.
2016-07-02Org reader: put export setting parser into moduleAlbert Krewinkel1-0/+159
Export option parsing is distinct enough from general block parsing to justify putting it into a separate module.