Variable: ob-clojure-nbb-command
ob-clojure-nbb-command is a customizable variable defined in
ob-clojure.el.gz.
Value
nil
Documentation
Path to the nbb executable.
This variable was added, or its default value changed, in Org version
9.6.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-clojure.el.gz
(defcustom ob-clojure-nbb-command (executable-find "nbb")
"Path to the nbb executable."
:type '(choice file (const nil))
:group 'org-babel
:package-version '(Org . "9.6"))