Re: [O] Why ob-clojure.el does not respect :dir header argument?

2017-06-28 Thread numbch...@gmail.com
I will dive into source code, and try whether I can add advice on ob-clojure.el to inject Org-mode file directory into CIDER working directory everytime executing the clojure babel src block. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner

Re: [O] Why ob-clojure.el does not respect :dir header argument?

2017-06-28 Thread Tim Cross
ob-clojure is limited by what can be done via the interfaces offered by cider. Have a look at the ob-clojure.el source code - it is very simple and does not have options/interfaces to support the full range of possible source block headers. Someone may be able to implement this, but nobody has.

[O] Why ob-clojure.el does not respect :dir header argument?

2017-06-28 Thread numbch...@gmail.com
In Org-mode Info page, the header argument `:dir` is used to specify the default directory for code block execution. But `ob-clojure` with `cider` as backend, will always use the `cider-jack-in` directory as default working directly. Is there a way to change this? [stardiviner]