-
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
Possible bug with new orgmode version? #9
Comments
a = run('echo a') The problem is that ob-julia tries to format the output with writecsv, that cant work with lot of types. Void included. I think I'm forking this and trying to fix this, see #2 |
Thanks for the information. I've just changed the src block header to interpret output as verbatim (:results output). This bypasses type formatting. And I think I could use :noweb to pass values from different src blocks if needed. |
I have the same problem:
@Adrianzo : did you push your fix? |
There's no fix. That's why the issue is open. You can only avoid the bug. Try adding |
Thanks @Adrianzo ! The second method of adding |
At the REPL:
There's no problem. But in emacs...
Gives:
Any ideas?
The text was updated successfully, but these errors were encountered: