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:
Bastien Guerry 2013-12-14 14:26:56 +01:00
parent 01b42f91de
commit 059dc08dec
1 changed files with 1 additions and 1 deletions

View File

@ -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")))