Skip to content

:results value not working; :results output working #17

Description

@rebcabin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions