emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: [ob-clojure] Surprising evaluation result [9.1.6 (release_9


From: address@hidden
Subject: Re: [O] Bug: [ob-clojure] Surprising evaluation result [9.1.6 (release_9.1.6-491-g70b029 @ /Users/xcy/src/org-mode/lisp/)]
Date: Fri, 2 Mar 2018 21:29:05 +0800

No, it's not expected result. It should be caused by my commit here https://code.orgmode.org/bzg/org-mode/pulls/5
Don't know how to workaround this.

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

On Thu, Mar 1, 2018 at 11:50 PM, Xu Chunyang <address@hidden> wrote:
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]