Re: [O] [PATCH 1/1] ob-clojure.el: Add :ns to specify evaluation namespace

2018-03-28 Thread stardiviner
This implementation has some problem that some side case are not handled. Please reference this previous patch email: https://lists.gnu.org/archive/html/emacs-orgmode/2018-03/msg00507.html

[O] [PATCH 1/1] ob-clojure.el: Add :ns to specify evaluation namespace

2018-03-27 Thread roberthambrock
From: Robert Hambrock * lisp/ob-clojure.el (org-babel-execute:clojure): Implement :ns. --- lisp/ob-clojure.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index 890f60ada..b8c5c6375 100644 --- a/lisp/ob-clojure.el +++ b/lisp/