aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Add space after brace.leungbk1-1/+1
2018-10-05Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951)Brian Leung2-8/+13
2018-10-05Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)Brian Leung4-7/+32
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg1-8/+1
2018-09-28Parse empty argument array in inline src blocks.leungbk1-1/+2
2018-09-26Force inline code blocks to honor export options.leungbk3-6/+8
2018-09-06Org reader: respect export option `p` for planning infoAlbert Krewinkel3-2/+28
2018-09-06Org reader internals: disable some GHC extensionsAlbert Krewinkel1-26/+32
2018-09-05Org reader: strip planning info from outputAlbert Krewinkel1-1/+35
2018-07-23Org reader: fix parsers relying on parseFromStringAlbert Krewinkel1-4/+3
2018-07-02Spellcheck commentsAlexander Krotov2-2/+2
2018-05-09Org reader: fix image filename recognitionAlbert Krewinkel1-6/+7
2018-05-07Use Data.Maybe.fromMaybeAlexander Krotov1-6/+3
2018-03-18Removed unnecessary import.John MacFarlane1-2/+0
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane9-0/+18
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane3-3/+0
2018-03-15Remove redundant import.John MacFarlane1-1/+1
2018-03-13Require pandoc-types 1.17.4.John MacFarlane2-2/+2
2018-02-21Org reader: allow changing emphasis syntaxAlbert Krewinkel3-11/+39
2018-01-19hlint code improvements.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel9-18/+18
2017-12-28Org reader: support minlevel option for includesAlbert Krewinkel1-14/+37
2017-12-20Org reader: fix asterisks-related parsing errorAlbert Krewinkel1-1/+1
2017-11-22Org reader: allow empty list itemsAlbert Krewinkel2-45/+42
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-6/+5
2017-10-27Consistent underline for Readers (#2270)hftf1-2/+2
2017-10-08Org reader: end footnotes after two blank linesAlbert Krewinkel1-4/+5
2017-10-02Org reader: support `\n` export optionAlbert Krewinkel3-2/+5
2017-09-25Org reader: update emphasis border charsAlbert Krewinkel1-3/+3
2017-08-09Org reader: use org-language attribute rather than data-org-language.John MacFarlane1-1/+1
2017-08-09Org reader: use tag-name attribute instead of data-tag-name.John MacFarlane1-1/+1
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane2-2/+13
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel5-26/+24
2017-06-03Org reader: apply hlint suggestionsAlbert Krewinkel7-89/+84
2017-05-31Org reader: respect export option for tagsAlbert Krewinkel3-2/+8
2017-05-31Org reader: include tags in headlinesAlbert Krewinkel1-6/+16
2017-05-31Org reader: recognize babel result blocks with attributesAlbert Krewinkel2-22/+22
2017-05-31Org reader: fix module names in haddock commentsAlbert Krewinkel7-9/+8
2017-05-28Org reader: Fix cite parsing behaviourHerwig Stuetz1-2/+10
2017-05-28Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz1-2/+2
2017-05-27Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2-6/+37
2017-05-22Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2-9/+1
2017-05-18Org reader: fix smart parsing behaviorAlbert Krewinkel2-10/+15
2017-05-17Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane2-4/+1
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov2-4/+1
2017-05-16Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2-3/+3
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2-210/+262
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel3-5/+43
2017-05-13Update dates in copyright noticesAlbert Krewinkel6-11/+11
2017-05-12Replace `repeat' and `take' with `replicate' once moreAlexander Krotov1-1/+1