Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-29 | Org reader: read markup only for special meta keys | Albert Krewinkel | 1 | -5/+20 | |
Most meta-keys should be read as normal string values, only a few are interpreted as marked-up text. | |||||
2016-08-29 | Org reader: extract meta parsing code to module | Albert Krewinkel | 1 | -0/+110 | |
Parsing of meta-data is well separable from other block parsing tasks. Moving into new module to get small files and clearly arranged code. |