aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/Parsing.hs
AgeCommit message (Expand)AuthorFilesLines
2018-10-05Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)Brian Leung1-0/+8
2018-07-23Org reader: fix parsers relying on parseFromStringAlbert Krewinkel1-4/+3
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-05-31Org reader: fix module names in haddock commentsAlbert Krewinkel1-1/+1
2017-05-22Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov1-0/+1
2017-05-17Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane1-0/+1
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov1-0/+1
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel1-0/+1
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-03Org reader: support table.el tablesAlbert Krewinkel1-0/+1
2017-04-30Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-5/+5
2017-01-25Working on readers.Jesse Rosenthal1-17/+19
2016-06-05Org reader: add support for "Berkeley-style" citesAlbert Krewinkel1-0/+1
2016-06-03Org reader: support special strings export optionAlbert Krewinkel1-1/+13
2016-05-27Org reader: support org-ref style citationsAlbert Krewinkel1-0/+1
2016-05-25Org reader: extract inline parser to moduleAlbert Krewinkel1-0/+19
2016-05-25Org reader: extract parsing function to moduleAlbert Krewinkel1-0/+182