I'm writing a static site generator in Clojure that allows users to manipulate intermediate representations of their content markup with functions. I'm using cybermonday for markdown files and I'd like my users to be able to write prose in org-mode files too. I'm wondering if someone has already written a transformer from the intermediate representation to HTML/Hiccup? Maybe in a separate library somewhere?