Ag Ibragimov <agzam.ibragi...@gmail.com> writes: > I'm using the latest, org-version reports "Org mode version 9.7 > (9.7-??-fdea200 ..."
Please detail the steps you tried. At least "version 9.7" does not look right because the latest version is labeled "9.7-pre". Also, provide the clojure backend you are using. > This particular line here is causing the problem I described: > > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/ob-clojure.el#n191 > > ```emacs-lisp > (if cljs-p > "(binding [cljs.core/*print-fn* (constantly nil)]" > "(binding [*out* (java.io.StringWriter.)]") ;;; <----- this one > ``` Maybe, but please provide more data to reproduce the problem on our side. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>