-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:results value not working; :results output working #17
Comments
I think that |
Oh, wow! I just checked the dates ... 6 and 7 years ago for the last commit! Ok, it's amazing that anything works at all. Thanks for the lead! |
Yes, but it seems that your problem also happens with more recent forks (I could reproduce it). You have yet other forks out there on GitHub (another example here), I do not know which one is the most advanced to date. |
I tried several forks, including the one hosted in MELPA. Given your
repro, it seems that ob-julia is broken everywhere for now. I don't have
time to debug it at the present. I was tooling up for serious work with
Julia no earlier than the Fall; perhaps I may debug it then or perhaps
the authors will have fixed it. Thanks for checking on your side!
Frédéric Santos writes:
… Yes, but it seems that your problem also happens with more recent forks (I could reproduce it). You have yet other forks out there on GitHub (another example [here](https://github.com/vincent-picaud/Julia_with_OrgMode_Example)), I do not know which one is the most advanced to date.
--
Brian C. Beckman
http://www.example.com
|
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 value
in 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
The text was updated successfully, but these errors were encountered: