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
/
Meta.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
1
-2
/
+2
2021-01-09
Org reader: allow multiple pipe chars in todo sequences
Albert Krewinkel
1
-4
/
+10
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-11-22
Org reader: parse `#+LANGUAGE` into `lang` metadata field
Albert Krewinkel
1
-0
/
+2
2020-06-29
Org reader: keep unknown keyword lines as raw org
Albert Krewinkel
1
-2
/
+2
2020-06-29
Org reader: unify keyword handling
Albert Krewinkel
1
-75
/
+67
2020-06-29
Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings
Albert Krewinkel
1
-5
/
+9
2020-06-29
Org reader: allow multiple #+SUBTITLE export settings
Albert Krewinkel
1
-0
/
+1
2020-06-28
Org reader: read `#+INSTITUTE` values as text with markup
Albert Krewinkel
1
-7
/
+13
2020-06-28
Org reader: update behavior of author, keywords export settings
Albert Krewinkel
1
-19
/
+9
2020-06-28
Org reader: refactor export setting handling
Albert Krewinkel
1
-79
/
+67
2020-06-27
Org reader: read description lines as inlines
Albert Krewinkel
1
-10
/
+46
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-35
/
+37
2019-05-13
Org reader: omit, but warn about unknown export options
Albert Krewinkel
1
-1
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-30
Org reader: add support for #+SELECT_TAGS.
leungbk
1
-8
/
+16
2018-12-17
Replace read with safeRead. Closes #5162.
John MacFarlane
1
-1
/
+1
2018-10-22
Add space after brace.
leungbk
1
-1
/
+1
2018-10-05
Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951)
Brian Leung
1
-8
/
+11
2018-10-05
Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)
Brian Leung
1
-0
/
+11
2018-05-07
Use Data.Maybe.fromMaybe
Alexander Krotov
1
-6
/
+3
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-02-21
Org reader: allow changing emphasis syntax
Albert Krewinkel
1
-0
/
+22
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
1
-5
/
+5
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
1
-5
/
+4
2017-05-31
Org reader: recognize babel result blocks with attributes
Albert Krewinkel
1
-2
/
+4
2017-05-06
Drop redundant import of sort
Albert Krewinkel
1
-1
/
+1
2017-05-06
Org reader: support macros
Albert Krewinkel
1
-1
/
+26
2017-04-30
Org reader: Avoid creating nullMeta by applying setMeta directly
Alexander Krotov
1
-4
/
+1
2017-03-12
Org reader: interpret more meta value as inlines
Albert Krewinkel
1
-4
/
+9
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-15
/
+15
2017-01-25
Working on readers.
Jesse Rosenthal
1
-22
/
+23
2017-01-19
Org reader: allow short hand for single-line raw blocks
Albert Krewinkel
1
-4
/
+5
2016-10-30
Org reader: add support for todo-markers
Albert Krewinkel
1
-4
/
+39
2016-09-02
Fix grouping of imports.
Jesse Rosenthal
1
-1
/
+1
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
1
-1
/
+1
2016-08-29
Org reader: respect `creator` export option
Albert Krewinkel
1
-4
/
+3
2016-08-29
Org reader: respect `email` export option
Albert Krewinkel
1
-4
/
+4
2016-08-29
Org reader: respect `author` export option
Albert Krewinkel
1
-0
/
+17
2016-08-29
Org reader: read HTML_head as header-includes
Albert Krewinkel
1
-0
/
+2
2016-08-29
Org reader: set classoption meta from LaTeX_class_options
Albert Krewinkel
1
-1
/
+8
2016-08-29
Org reader: set documentclass meta from LaTeX_class
Albert Krewinkel
1
-0
/
+1
2016-08-29
Org reader: read LaTeX_header as header-includes
Albert Krewinkel
1
-9
/
+31
2016-08-29
Org reader: give precedence to later meta lines
Albert Krewinkel
1
-1
/
+1
2016-08-29
Org reader: allow multiple, comma-separated authors
Albert Krewinkel
1
-1
/
+9
[next]