Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-05 | Org reader: Fix parsing of nested inlines | Albert Krewinkel | 1 | -0/+4 | |
Text such as /*this*/ was not correctly parsed as a strong, emphasised word. This was due to the end-of-word recognition being to strict as it did not accept markup chars as part of a word. The fix involves an additional parser state field, listing the markup chars which might be parsed as part of a word. | |||||
2014-03-04 | Add a simple Emacs Org-mode reader | Albert Krewinkel | 1 | -0/+533 | |
The basic structure of org-mode documents is recognized; however, org-mode features like todo markers, tags etc. are not supported yet. |