summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org
Commit message (Expand)AuthorAge
* Org reader: use org-language attribute rather than data-org-language.John MacFarlane2017-08-09
* Org reader: use tag-name attribute instead of data-tag-name.John MacFarlane2017-08-09
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Improve code style in lua and org modulesAlbert Krewinkel2017-06-03
* Org reader: apply hlint suggestionsAlbert Krewinkel2017-06-03
* Org reader: respect export option for tagsAlbert Krewinkel2017-05-31
* Org reader: include tags in headlinesAlbert Krewinkel2017-05-31
* Org reader: recognize babel result blocks with attributesAlbert Krewinkel2017-05-31
* Org reader: fix module names in haddock commentsAlbert Krewinkel2017-05-31
* Org reader: Fix cite parsing behaviourHerwig Stuetz2017-05-28
* Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz2017-05-28
* Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2017-05-27
* Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2017-05-22
* Org reader: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane2017-05-17
|\
| * Move anyLineNewline to Parsing.hsAlexander Krotov2017-05-17
* | Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2017-05-16
* | Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2017-05-16
* | Org reader: add basic file inclusion mechanismAlbert Krewinkel2017-05-14
|/
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Replace `repeat' and `take' with `replicate' once moreAlexander Krotov2017-05-12
* Drop redundant import of sortAlbert Krewinkel2017-05-06
* Org reader: support macrosAlbert Krewinkel2017-05-06
* Org reader: support table.el tablesAlbert Krewinkel2017-05-03
* Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel2017-04-30
* Add returnF to Text.Pandoc.ParsingAlexander Krotov2017-04-30
* Org reader: Avoid creating nullMeta by applying setMeta directlyAlexander Krotov2017-04-30
* Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel2017-04-23
* Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel2017-04-23
* Org reader: handle line numbering switch for src blocksAlbert Krewinkel2017-04-23
* Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2017-04-16
* Org reader: convert markup at beginning of footnotesAlbert Krewinkel2017-04-16
* s/safed/saved/Alexander Krotov2017-04-14
* Org reader: interpret more meta value as inlinesAlbert Krewinkel2017-03-12
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Org reader: disallow tables on list marker linesAlbert Krewinkel2017-03-08
* Org reader: don't allow tables inside list items.John MacFarlane2017-03-08
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Cleanups for rebase.John MacFarlane2017-01-25
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Org reader: allow short hand for single-line raw blocksAlbert Krewinkel2017-01-19
* Remove pipe char irking the haddock coverage toolAlbert Krewinkel2017-01-06
* Org reader: accept org-ref citations followed by commasAlbert Krewinkel2017-01-06
* Org reader: ensure emphasis markup can be nestedAlbert Krewinkel2017-01-05
* Org reader: respect column width settingsAlbert Krewinkel2016-11-24
* Un-break Travis buildAlbert Krewinkel2016-11-19
* Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel2016-11-19