Skip to content
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

ob-julia with Julia v1.0 does not work anymore #13

Open
vincent-picaud opened this issue Aug 27, 2018 · 2 comments
Open

ob-julia with Julia v1.0 does not work anymore #13

vincent-picaud opened this issue Aug 27, 2018 · 2 comments

Comments

@vincent-picaud
Copy link

In Julia V1.0 the readcsv, writecsv functions do not exist anymore. By consequence, as explained here, ob-julia.el does not work anymore with Julia v1.0

I guess that you will have to modify:

(defvar org-babel-julia-write-object-command "writecsv(\"%s\",%s)")

and

 (format "%s = readcsv(\"%s\")" name file)
    (format "%s = readcsv(\"%s\")"
        name file))))

I take the opportunity to thank you for your ob-julia.el package I use everyday.
Best,
Vincent Picaud

@zot
Copy link

zot commented Aug 29, 2018

Tried it and it worked, thanks!

@zot
Copy link

zot commented Sep 27, 2018

This breaks building several Julia packages for me. As a workaround-workaround, I moved it to ~/.julia/config/startup-babel.jl. Then I customized Ess Julia's Inferior Julia Args variable to

-e include("$(ENV["HOME"])/.julia/config/startup-babel.jl") -i

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants