aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Org.hs
AgeCommit message (Expand)AuthorFilesLines
2019-05-12Org writer: always indent src blocks content by 2 spacesAlbert Krewinkel1-3/+1
2019-03-01Remove license boilerplate.John MacFarlane1-20/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-4/+4
2018-12-28Org writer: preserve line-numbering for example and code blocks.leungbk1-3/+9
2018-09-09Org writer: don't escape literal `_`, `^`.John MacFarlane1-1/+1
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-02Org writer: fix a typo s/prettyfy/prettify/Alexander Krotov1-2/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-4/+4
2017-12-21Org writer: do not wrap "-" to avoid accidental bullet listsAlexander Krotov1-7/+12
2017-12-19Fix for #4171 fix: don't wrap note references after SoftBreakAlexander Krotov1-0/+2
2017-12-18Org writer: don't allow fn refs to wrap to beginning of line.John MacFarlane1-1/+5
2017-11-04Revert "Better indentation under headers in org mode output."John MacFarlane1-26/+14
2017-11-04Better indentation under headers in org mode output.John MacFarlane1-14/+26
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-2/+2
2017-09-01Org writer: stop using raw HTML to wrap divsAlbert Krewinkel1-37/+26
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-1/+1
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-4/+7
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