aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/Parsing.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Org reader: Resolve org includes relative to ...John MacFarlane1-0/+1
2021-05-09T.P.Parsing: improve include file functions.John MacFarlane1-2/+1
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-1/+1
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane1-2/+2
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel1-0/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-10/+17
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
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