[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Bug: [ob-clojure] Surprising evaluation result [9.1.6 (release_9.1.6
From: |
Xu Chunyang |
Subject: |
[O] Bug: [ob-clojure] Surprising evaluation result [9.1.6 (release_9.1.6-491-g70b029 @ /Users/xcy/src/org-mode/lisp/)] |
Date: |
Thu, 01 Mar 2018 23:50:07 +0800 |
Hello all,
I run the following Clojure code with CIDER as the backend. The result
is surprising to me:
#+begin_src clojure
(* 6 7)
(= nil ())
#+end_src
#+RESULTS:
: 42false
As you can see, the result is the concatenation of the value of each
expression. Is it expected? I would like to get only the value of the
last expression, i.e., false.
--
Org release_9.1.7-440-g5e8fa1361
CIDER v0.16.0-83-g88f4fcf
Emacs 27.0.50
- [O] Bug: [ob-clojure] Surprising evaluation result [9.1.6 (release_9.1.6-491-g70b029 @ /Users/xcy/src/org-mode/lisp/)],
Xu Chunyang <=