Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Tags are appended to headlines by default, but will be omitted when the `tags` export option is set to nil. Closes: #3713 | |||||
2017-05-31 | Org reader: include tags in headlines | Albert Krewinkel | 1 | -6/+16 | |
The Emacs default is to include tags in the headline when exporting. Instead of just empty spans, which contain the tag name as attribute, tags are rendered as small caps and wrapped in those spans. Non-breaking spaces serve as separators for multiple tags. | |||||
2017-05-27 | Org reader: subject full doc tree to headline transformations | Albert Krewinkel | 1 | -1/+32 | |
Emacs parses org documents into a tree structure, which is then post-processed during exporting. The reader is changed to do the same, turning the document into a single tree of headlines starting at levelĀ 0. Fixes: #3695 | |||||
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 | |