index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
Org
/
DocumentTree.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-05
Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)
Brian Leung
1
-7
/
+7
2018-10-04
Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)
Mauro Bieg
1
-8
/
+1
2018-09-06
Org reader: respect export option `p` for planning info
Albert Krewinkel
1
-1
/
+25
2018-09-06
Org reader internals: disable some GHC extensions
Albert Krewinkel
1
-26
/
+32
2018-09-05
Org reader: strip planning info from output
Albert Krewinkel
1
-1
/
+35
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-1
/
+0
2018-03-15
Remove redundant import.
John MacFarlane
1
-1
/
+1
2018-03-13
Require pandoc-types 1.17.4.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-08-09
Org reader: use tag-name attribute instead of data-tag-name.
John MacFarlane
1
-1
/
+1
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
1
-3
/
+3
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
1
-13
/
+12
2017-05-31
Org reader: respect export option for tags
Albert Krewinkel
1
-1
/
+5
2017-05-31
Org reader: include tags in headlines
Albert Krewinkel
1
-6
/
+16
2017-05-27
Org reader: subject full doc tree to headline transformations
Albert Krewinkel
1
-1
/
+32
2017-05-16
Org reader: replace `sequence . map` with `mapM`
Albert Krewinkel
1
-2
/
+2
2017-05-16
Org reader: put tree parsing code into dedicated module
Albert Krewinkel
1
-0
/
+260