Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) | zeripath | 2019-01-30 | 1 | -4/+10 |
| | | | | | | | This PR protects against the panic referred to in chaseadmsio/goorgeous#82 by recovering from the panic and just returning the raw bytes if there is an error. Signed-off-by: Andrew Thornton <art27@cantab.net> | ||||
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 1 | -0/+56 |
* add init support of orgmode document type on file view and readme * fix imports * fix imports and readmeExist * fix imports order * fix format * remove unnecessary convert |