Re: [O] [PATCH 3/4] ob-clojure.el: Use :ns flag in org-src-edit

2018-04-29 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 roberthambr...@gmail.com writes: How about the progress now? - -- [ stardiviner ] don't need to convince with trends. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89A

Re: [O] [PATCH 3/4] ob-clojure.el: Use :ns flag in org-src-edit

2018-04-23 Thread Nicolas Goaziou
Hello, roberthambr...@gmail.com writes: > * lisp/ob-clojure.el (org-babel-edit-prep:clojure): New function that > sets the buffer's namespace to the value of :ns, if provided. > (org-babel-edit-prep:clojurescript): Alias for > org-babel-edit-prep:clojure. Thank you. > +(defun org-babel-edit-pre

[O] [PATCH 3/4] ob-clojure.el: Use :ns flag in org-src-edit

2018-04-22 Thread roberthambrock
From: Robert Hambrock * lisp/ob-clojure.el (org-babel-edit-prep:clojure): New function that sets the buffer's namespace to the value of :ns, if provided. (org-babel-edit-prep:clojurescript): Alias for org-babel-edit-prep:clojure. --- lisp/ob-clojure.el | 6 ++ 1 file changed, 6 insertions(+)