ob-julia icon indicating copy to clipboard operation
ob-julia copied to clipboard

Results 15 ob-julia issues
Sort by recently updated
recently updated
newest added

According to information found in the `org-contrib` repository, the new upstream repository is https://github.com/phrb/ob-julia. - https://git.sr.ht/~bzg/org-contrib#files-to-remove-from-the-next-release - https://git.sr.ht/~bzg/org-contrib/tree/master/item/lisp/ob-julia.el#L5 However that repository does not allow opening issues, so I am doing...

I've tried to make `ob-julia.el` work with org 9.2.5 and Julia 1.1.1, by updating functions with [code](https://github.com/tkf/org-mode/blob/master/lisp/ob-R.el) from `ob-R.el`. These changes restore support for source blocks with `:results output` and...

Hi I'm running into a strange issue when using julia with orgmode. I loaded ob-julia `(load-file "~/elisp/ob-julia.el")` and included julia in the load-language ``` (org-babel-do-load-languages 'org-babel-load-languages '((julia . t))) ```...

ob-julia.el:141:8: Warning: ‘org-number-sequence’ is an obsolete function (as of Org 9.0); use ‘number-sequence’ instead.

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...

In Julia V1.0 the readcsv, writecsv functions do not exist anymore. By consequence, as explained [here](https://stackoverflow.com/q/52043705/2001017), ob-julia.el does not work anymore with Julia v1.0 I guess that you will have...

This is a tentative fix for #8. It was tested with the code block ``` #+BEGIN_SRC julia :session :results output 1 + 1 # comment 212 #+END_SRC ``` i.e. running...

How can we avoid this in literate analysis can be annoying for code like the example below: ``` #+begin_src julia :session :results output :exports all # reading: fname = "../data/example.dat"...

Hi, I was directed here from the org-mode mailing list. I have come across this bug for the latest org-mode version that I detail below. I use: Org-mode version 8.3.3...

Hello, I've started using Julia from Org mode and followed your directions. I got stuck at running Julia at the section on ESS because `M-x julia` would fail. I understand...