Am Mittwoch, 4. September 2019 13:19:30 UTC+2 schrieb Johannes:
>
> Until today there is no response to my post on org mode list.
>
> In the meantime I've upgraded Aquamacs to the lastest stable version (3.5) 
> and upgraded all my packages (esp. Org mode version 9.2.6).
> If I now try to execute the the following code section in an org-mode file 
> with C-c C-c
>
> #+BEGIN_SRC clojure :results value
> (* 3 5)
> #+END_SRC
>
> I get the error message:
> executing Clojure code block...
> nrepl-send-sync-request: Wrong type argument: stringp, nil
>
> There is a running cider-real.
>
I fear I was wrong. The connection to the cider-repl wasn't okay.

Now I get the same (wrong) answer as before:
 
#+BEGIN_SRC clojure :results value
(* 3 5)
#+END_SRC

#+RESULTS:
: nil15

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/22e5d761-32e6-473d-9dcd-d38a3738c2c8%40googlegroups.com.

Reply via email to