Fork me on GitHub
#emacs
<
2017-02-03
>
hkjels16:02:39

SOMEVAR=val org tangle

ag20:02:52

has anyone used ob-clojure? I have source block, I have cider jacked-in, yet no results being shown when evaluating the code block

statonjr23:02:55

@ag Did you set org-babel-clojure-backend to cider?

statonjr23:02:41

(setq org-babel-clojure-backend ‘cider)

ag23:02:22

org-babel-clojure-backend is a variable defined in ‘ob-clojure.el’.
Its value is ‘cider’

ag23:02:42

it seems to be evaluating the code, yet there’s nothing in the results

ag23:02:04

I’ve tried playing with :result prop of the source block - still nothing

statonjr23:02:33

Hmm. Yeah, the default :result prop should display a #+RESULTS block. Are you using lein?