aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org
AgeCommit message (Expand)Author
2019-11-10Switch the remaining modules to Textdespresc
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-08Switch Options to Text, add Legacy, remove redundant imports elsewheredespresc
2019-11-08Switch Logging to Text, add Legacydespresc
2019-11-08Start switch of Shared, add Legacy.Shared moduledespresc
2019-11-08Use the text branch of pandoc-types and texmath, switch to Legacy.*despresc
2019-10-27Org reader: fix parsing of empty comment linesAlbert Krewinkel
2019-09-08Org reader: modify handling of example blocks. (#5717)Brian Leung
2019-08-26Fix inline parsing in grid table cells.John MacFarlane
2019-07-22Org reader: accept ATTR_LATEX in block attributesAlbert Krewinkel
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland
2019-05-13Org reader: fix planning elements in headers level 3 and higherAlbert Krewinkel
2019-05-13Org reader: omit, but warn about unknown export optionsAlbert Krewinkel
2019-05-05Org reader: prefer plain symbols over math symbolsAlbert 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
2019-01-07Org reader: allow for case of :minlevel == 0.John MacFarlane
2019-01-07Org reader: handle `minlevel` option differently. (#5190)Brian Leung
2019-01-01Org reader: fix self-link parsing regressionAlbert Krewinkel
2019-01-01Org reader: fix treatment of links to imagesAlbert Krewinkel
2019-01-01Org reader: hlintAlbert Krewinkel
2018-12-31Remove unused HasHeaderMap (#5175)Alexander
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane
2018-10-22Add enclosedByPair1 and change relevant invocations.leungbk
2018-10-22Add space after brace.leungbk
2018-10-05Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951)Brian Leung
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-28Parse empty argument array in inline src blocks.leungbk
2018-09-26Force inline code blocks to honor export options.leungbk
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-07-23Org reader: fix parsers relying on parseFromStringAlbert Krewinkel
2018-07-02Spellcheck commentsAlexander Krotov
2018-05-09Org reader: fix image filename recognitionAlbert Krewinkel
2018-05-07Use Data.Maybe.fromMaybeAlexander Krotov
2018-03-18Removed unnecessary import.John MacFarlane
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-02-21Org reader: allow changing emphasis syntaxAlbert Krewinkel
2018-01-19hlint code improvements.John MacFarlane