aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Org.hs
AgeCommit message (Expand)AuthorFilesLines
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel1-16/+14
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-3/+5
2017-05-13Change maintainer line in Org writer moduleAlbert Krewinkel1-1/+1
2017-03-30Fix compiler warning.John MacFarlane1-1/+1
2017-03-30Org writer: move everything into PandocMonad.John MacFarlane1-23/+35
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-17/+17
2017-03-01Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov1-5/+5
2017-02-12Do not strip # from Org anchor linksAlexander Krotov1-1/+1
2017-02-04Org writer: reduce to two spaces after bulletsAlbert Krewinkel1-2/+2
2017-02-02Org.hs: remove misleading commentAlexander Krotov1-1/+0
2017-02-01Reduce state in Org writer (#3404)Alexander Krotov1-8/+3
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-1/+2
2016-12-21Org writer: prefix footnote numbers with `fn:`Albert Krewinkel1-2/+2
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-3/+3
2016-10-17Org writer: drop space before footnote markersAlbert Krewinkel1-1/+1
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-0/+11
2016-08-20Org writer: translate language identifiersAlbert Krewinkel1-5/+23
2016-08-18Org writer: ensure link targets are paths or URLsAlbert Krewinkel1-5/+23
2016-08-18Org writer: ensure blank line after figureAlbert Krewinkel1-1/+1
2016-08-18Org writer: remove blank line after figure captionAlbert Krewinkel1-3/+2
2016-07-05Org writer: improve Div handlingAlbert Krewinkel1-7/+41
2016-06-13Org writer: support arbitrary raw inlinesAlbert Krewinkel1-3/+4
2016-05-23Org writer: add drawer capabilityCarlos Sosa1-0/+11
2016-05-22Org reader/writer: use CUSTOM_ID in propertiesAlbert Krewinkel1-2/+2
2016-05-20Org writer: add :PROPERTIES: drawer supportAlbert Krewinkel1-2/+21
2016-05-09Org writer: print empty table rowsAlbert Krewinkel1-1/+1
2016-01-13Org writer - pass through RawInline with format "org".John MacFarlane1-2/+7
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+7
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-4/+4
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-08-07Updated readers, writers and README for link attributemb211-1/+1
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-3/+3
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-08-08Org Writer: Write anchor elementsMatthew Pickering1-0/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+3
2014-04-12Org writer: Fix output for linebreaksAlbert Krewinkel1-1/+1
2013-12-19HLint: use `elem` and `notElem`Henry de Valence1-1/+1
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane1-1/+8
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+3
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-2/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-21/+14
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+2
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1