ob-clojure.el (org-babel-execute:clojure): Don't pretty print results
* ob-clojure.el (org-babel-execute:clojure): Don't pretty print results. Thanks to Daniel Szmulewicz for reporting this.
This commit is contained in:
parent
01b42f91de
commit
059dc08dec
|
@ -103,7 +103,7 @@
|
||||||
(cider
|
(cider
|
||||||
(require 'cider)
|
(require 'cider)
|
||||||
(or (nth 1 (nrepl-send-string-sync
|
(or (nth 1 (nrepl-send-string-sync
|
||||||
(format "(clojure.pprint/pprint %s)" expanded)
|
expanded
|
||||||
(cider-current-ns)
|
(cider-current-ns)
|
||||||
(nrepl-current-tooling-session)))
|
(nrepl-current-tooling-session)))
|
||||||
(error "nREPL not connected! Use M-x cider-jack-in RET")))
|
(error "nREPL not connected! Use M-x cider-jack-in RET")))
|
||||||
|
|
Loading…
Reference in New Issue