Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-11 | Org reader: add support for sub/superscript export options | Albert Krewinkel | 1 | -0/+32 | |
Org-mode allows to specify export settings via `#+OPTIONS` lines. Disabling simple sub- and superscripts is one of these export options, this options is now supported. | |||||
2016-05-11 | Org reader: move parser state into separate module | Albert Krewinkel | 1 | -0/+175 | |
The org reader code has become large and confusing. Extracting smaller parts into submodules should help to clean things up. |