From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xu Chunyang Subject: 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 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erQTM-0002Ke-5H for emacs-orgmode@gnu.org; Thu, 01 Mar 2018 10:50:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erQTL-0007lb-Bq for emacs-orgmode@gnu.org; Thu, 01 Mar 2018 10:50:20 -0500 Received: from forward102p.mail.yandex.net ([2a02:6b8:0:1472:2741:0:8b7:102]:39858) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1erQTL-0007eV-43 for emacs-orgmode@gnu.org; Thu, 01 Mar 2018 10:50:19 -0500 Received: from mxback4j.mail.yandex.net (mxback4j.mail.yandex.net [IPv6:2a02:6b8:0:1619::10d]) by forward102p.mail.yandex.net (Yandex) with ESMTP id 5F0A54304A05 for ; Thu, 1 Mar 2018 18:50:15 +0300 (MSK) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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