summaryrefslogtreecommitdiffstats
path: root/modules/markup/orgmode/orgmode.go
Commit message (Collapse)AuthorAgeFilesLines
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)zeripath2019-01-301-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 Xiao2017-09-211-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