orgself icon indicating copy to clipboard operation
orgself copied to clipboard

Render org parse errors instead of ignoring

Open srid opened this issue 4 years ago • 1 comments

Handle megaparsec error instead of https://github.com/fosskers/org-mode/blob/3c2d7b5cf2c9de271ac0cef3d016d1487e02e718/org-mode/lib/Data/Org.hs#L197-L199

srid avatar Apr 21 '21 14:04 srid

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

srid avatar Apr 22 '21 10:04 srid