I have julia installed by a symbolic link in /usr/local/bin/. I have many other languages working with :results value in org-babel (please see attached .spacemacs file, search for "julia" and for a bunch of other languages like Clojure and plantuml. In an org-babel block with "results value", I get something like the following
#+BEGIN_SRC julia :results value
rand(2,3)
#+END_SRC
#+RESULTS:
and Code block returned no value in the emacs minibuffer. With :results output, i get the following
#+BEGIN_SRC julia :results output
rand(2,3)
#+END_SRC
#+RESULTS:
: 2×3 Array{Float64,2}:
: 0.88332 0.805873 0.560745
: 0.571481 0.000716739 0.158407
so stuff is kinda working. I would dearly love to have :results value working, and I'm sure I've done something stupid in my configuration, but I can't see what. Would you be so kind as to help?
Here is my .spacemacs and configuration https://gist.github.com/rebcabin/d325740d2d68840cfdaac7710eebbbd5
I have julia installed by a symbolic link in /usr/local/bin/. I have many other languages working with :results value in org-babel (please see attached .spacemacs file, search for "julia" and for a bunch of other languages like Clojure and plantuml. In an org-babel block with "results value", I get something like the following
and
Code block returned no valuein the emacs minibuffer. With :results output, i get the followingso stuff is kinda working. I would dearly love to have :results value working, and I'm sure I've done something stupid in my configuration, but I can't see what. Would you be so kind as to help?
Here is my .spacemacs and configuration https://gist.github.com/rebcabin/d325740d2d68840cfdaac7710eebbbd5