aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/DocumentTree.hs
AgeCommit message (Expand)Author
2019-11-08Switch Odt, Ipynb, other modules, to Textdespresc
2019-11-08Remove unused imports and functionsdespresc
2019-11-08Switch Parsing and affected Readers to Text, add new parsersdespresc
2019-11-08Switch Class to Text, add Legacydespresc
2019-11-08Use the text branch of pandoc-types and texmath, switch to Legacy.*despresc
2019-05-13Org reader: fix planning elements in headers level 3 and higherAlbert Krewinkel
2019-05-05Org reader: recognize emphasis after TODO/DONE keywordAlbert Krewinkel
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-30Org reader: add support for #+SELECT_TAGS.leungbk
2019-01-30Org reader: separate filtering logic from conversion function.leungbk
2018-10-05Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)Brian Leung
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg
2018-09-06Org reader: respect export option `p` for planning infoAlbert Krewinkel
2018-09-06Org reader internals: disable some GHC extensionsAlbert Krewinkel
2018-09-05Org reader: strip planning info from outputAlbert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-03-15Remove redundant import.John MacFarlane
2018-03-13Require pandoc-types 1.17.4.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-08-09Org reader: use tag-name attribute instead of data-tag-name.John MacFarlane
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel
2017-06-03Org reader: apply hlint suggestionsAlbert Krewinkel
2017-05-31Org reader: respect export option for tagsAlbert Krewinkel
2017-05-31Org reader: include tags in headlinesAlbert Krewinkel
2017-05-27Org reader: subject full doc tree to headline transformationsAlbert Krewinkel
2017-05-16Org reader: replace `sequence . map` with `mapM`Albert Krewinkel
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel