orgself
orgself copied to clipboard
Render org parse errors instead of ignoring
Handle megaparsec error instead of https://github.com/fosskers/org-mode/blob/3c2d7b5cf2c9de271ac0cef3d016d1487e02e718/org-mode/lib/Data/Org.hs#L197-L199
Store the parse errors in model using Either, and throw them as an exception during the render stage, so that they are displayed in the browser (only in dev server mode) via https://github.com/srid/ema/issues/7