Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-08-29 | Org reader: read markup only for special meta keys | Albert Krewinkel | 1 | -5/+20 |
2016-08-29 | Org reader: extract meta parsing code to module | Albert Krewinkel | 1 | -0/+110 |