Hi, Johannes,

Sorry, I don't know. That error looks like an incompatibility of Elisp 
functions from different libraries.

There are just too many different moving pieces here: Emacs, org-mode, 
CIDER, and nREPL. These projects are not coordinated with regard to version 
numbers and API incompatibilities.

The code snippet I linked to only works on the specific versions I have: 
Emacs (GNU 24.5.1), org-mode (commit d3196f0 
<https://github.com/stuartsierra/org-mode/commit/d3196f053932346bec7e56215468e32500f1cc80>),
 
CIDER (0.9.1), and nREPL (0.9.1).

You will probably have to debug and tweak the Elisp code to work with your 
local Emacs installation. I don't know of any easier way to get org-babel & 
Clojure working together.

Good luck,
–S



On Wednesday, November 4, 2015 at 4:36:01 AM UTC-5, Johannes wrote:
>
> Hi Stuart, 
>
> thanks a lot for your help. I’ve included your settings in my Emacs 
> (Aquamacs) setup. After having activated CIDER I tried to compile (C-c C-c) 
> a little code snippet:
>
> #+begin_src clojure  :results silent
>    (+ 1 2)
> #+end_src
>
> What happens, is:
>
> Evaluate this clojure code block on your system? (y or n) y
> executing Clojure code block...
> let: Wrong number of arguments: (3 . 4), 1
>
> What I am doing wrongly?
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to