-
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
Porting ob-julia for org 9.2.5 and Julia 1.1.1 #16
base: master
Are you sure you want to change the base?
Conversation
- Stop relying on ess to set current buffer - Remove some extra newlines
- It now works with and without :session, for :results value and :results output
:results output
and :session
: ob-julia for org 9.2.5 and Julia 1.1.1
Have you taken a look at my work on #15? I did some work to support the :file output too. Also in that PR the owner says he's not going to maintain ob-julia anymore |
I hadn't seen it, thanks for posting. Would you be interested in forking this project? |
Yes, but I'm not sure at which stage my progresses were. I just pushed my latest commit (to master), if you can take a look and tell me what does not work / PR something there :) Thanks |
Add error-catching to detect future CSV writing problems
I've tried to make
ob-julia.el
work with org 9.2.5 and Julia 1.1.1, by updating functions with code fromob-R.el
.These changes restore support for source blocks with
:results output
and:results value
, with and without:session
.