Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-05 | Org reader: Use specialized org parser state | Albert Krewinkel | 1 | -7/+41 | |
The default pandoc ParserState is replaced with `OrgParserState`. This is done to simplify the introduction of new state fields required for efficient Org parsing. | |||||
2014-04-05 | Org reader: Slight cleaning of table parsing code | Albert Krewinkel | 1 | -33/+35 | |
2014-03-04 | Add a simple Emacs Org-mode reader | Albert Krewinkel | 1 | -0/+552 | |
The basic structure of org-mode documents is recognized; however, org-mode features like todo markers, tags etc. are not supported yet. |