Fork me on GitHub
#emacs
<
2018-05-22
>
stardiviner03:05:41

I have some tips for Org-mode ob-clojure generate plot in relative path (because Clojure is based on JVM which can't change working directory) Here is my post https://stardiviner.github.io/Blog/Clojure%20Plotting%20to%20Org%20inline%20image%20in%20ob-clojure.html If someone has better tips, welcome communicate with me, leave comments or on Slack here. Thanks.

👍 4
soulflyer04:05:44

I'm getting a 404 from that link

stardiviner05:05:52

Sorry, I found the URL is full of %20 space. I changed my URL setting to use dash "-" Here is my new link. https://stardiviner.github.io/Blog/Clojure-Plotting-to-Org-inline-image-in-ob-clojure.html

Maris10:05:22

Does clj-refactor work with cider 0.17.0 ? Exception in thread "main" java.lang.RuntimeException: Unable to resolve var: refactor-nrepl.middleware/wrap-refactor

bozhidar10:05:09

@maris.orbidans Only the master of clj-refactor/refactor-nrepl works with 0.17+

Maris10:05:47

ok, I see