aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Org.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-14Org writer: use the citation locator list from the org source code...John MacFarlane1-13/+61
2021-12-13Org writer: add tests for org-cite citations, and improve support.John MacFarlane1-4/+28
2021-12-12Org writer: preliminary support for new org-cite syntax.John MacFarlane1-1/+21
2021-10-22Use simpleFigure in Readers.Aner Lucero1-3/+1
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-09-17Org writer: don't indent contents of code blocks.John MacFarlane1-1/+1
2021-09-17Update list of supported source languages in org writer.John MacFarlane1-12/+44
2021-04-30Org writer: inline latex envs need newlines (#7259)tecosaur1-0/+2
2021-04-01Org writer: Use LaTeX style maths deliminators (#7196)tecosaur1-2/+2
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane1-6/+9
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-2/+3
2021-03-09Org writer: fix operator precedence mistake in previous commitAlbert Krewinkel1-1/+2
2021-03-09Org writer: prevent unintended creation of ordered list itemsAlbert Krewinkel1-4/+7
2021-02-13Org: support task_lists extensionAlbert Krewinkel1-3/+13
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-2/+2
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC1-16/+16
2020-11-18Update org supported languages and identifiersTEC1-7/+11
2020-07-31Org writer: don't force blank line after headersAlbert Krewinkel1-1/+1
2020-05-17Org writer: clean-up Div handlingAlbert Krewinkel1-30/+59
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+3
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-1/+2
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-2/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+1
2020-01-03Org writer: remove extra spaces from table cellsAlbert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-66/+67
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-29/+40
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-4/+5
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