emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
Rupert (All Street) 2021-04-22T08:48:57.163200Z

If you only need to support a limited subset of the syntax of org mode it's reasonably straightforward to build your own parser. We have created a super quick parser for it at work for the limited subset of syntax we needed (headings, lists, code blocks and paragraphs).

West 2021-04-22T13:19:29.163700Z

For some reason, when I passed my org document through it, it would not process lists and code blocks properly.