Dear Pedro,
Thank you!
I'm wondering if https://github.com/phrb/ob-julia/blob/master/ob-doc-template.org is up to date? By up to date I mean will the examples in the file work with the latest ob-julia as in https://github.com/phrb/ob-julia?
Yours sincerely,
Xianwen
-------- Original Message --------
Subject: | Re: [PATCH] Include support for evaluating julia code |
---|---|
Date: | 2021-09-24 20:31 |
From: | Pedro Bruel <pedro.bruel@gmail.com> |
To: | Timothy <tecosaur@gmail.com> |
Hi Pedro,
Thanks for your patch, it's great to see the interest in Julia support and it's something that I absolutely think should be in org-core 🙂. However, ob-julia.el was moved into org-contrib because it was not well maintained, and very buggy. I'm actually currently working on a successor with Nicolò (see the linked repo) in my free time, and intend to submit that to Org when I feel it is mature enough. See https://github.com/nico202/ob-julia/ for more information.
All the best,
TimothyFrom: Pedro Bruel
Subject: [PATCH] Include support for evaluating julia code
To: Org-mode
Date: Sat, 25 Sep 2021 03:56:43 +0800Hi,This patch includes ob-julia.el from org-contrib, and a tentative test-ob-julia.el test file.This is my first attempt at a patch, so please let me know if there's anything wrong!Thanks,Pedro