After updated to latest commit, I found error, Reproduce: When I specified the `:backend` header argument: #+begin_src clojure :backend babashka (+ 2 4) #+end_src I got error: #+begin_example void variable: cider-buffer-ns #+end_example Here is the patch fix upper issue.