Re: patch: ob-clojure improvements

2021-02-03 Thread Christopher Miles
<#secure method=pgpmime mode=sign> You're right, seems now need to wait for Ag Ibragimov. Tim Cross writes: OK. As the patch is over 6 months old, it would be good if the original author can confirm it is still the latest version and if not, re-send the most recent version. Christopher

Re: patch: ob-clojure improvements

2021-02-02 Thread Tim Cross
OK. As the patch is over 6 months old, it would be good if the original author can confirm it is still the latest version and if not, re-send the most recent version. Christopher Miles writes: > <#secure method=pgpmime mode=sign> > > I checked this thread, seems the original first email of

Re: patch: ob-clojure improvements

2021-02-02 Thread Christopher Miles
<#secure method=pgpmime mode=sign> I checked this thread, seems the original first email of thread contains the patch. And it's not merged into Org git yet. Tim Cross writes: OK, will push it up the todo list. Where can I get the latest version of the patch or has it been added into the org

Re: patch: ob-clojure improvements

2021-02-02 Thread Tim Cross
OK, will push it up the todo list. Where can I get the latest version of the patch or has it been added into the org git repo? Christopher Miles writes: > <#secure method=pgpmime mode=sign> > > Hi, Tim, popup this thread to request review.  > > Tim Cross writes: > > I am also interested in

Re: patch: ob-clojure improvements

2021-02-02 Thread Christopher Miles
<#secure method=pgpmime mode=sign> Hi, Tim, popup this thread to request review.  Tim Cross writes: I am also interested in ob-clojure and ob-clojurescript improvements. However, right now, I'm a tad busy and haven't had time to review what has been done. Hopefully, can make some time in

Re: patch: ob-clojure improvements

2020-10-09 Thread General discussions about Org-mode.
Nice work, I did some testing here... * Comment: Should babashka be added as an option for custom? (defcustom org-babel-clojure-backend nil "Backend used to evaluate Clojure code blocks." :group 'org-babel :type '(choice (const :tag "inf-clojure" inf-clojure) (const

Re: patch: ob-clojure improvements

2020-09-04 Thread Bastien
Hi Agzam, agzam.ibragi...@gmail.com writes: > There seems to be a bit of lack of interest for these things. But I'm > sure some people (myself included) would love to see these kinds of > improvements. I'm very interested in improvements to ob-clojure*.el, thanks for the work you did on it and

Re: patch: ob-clojure improvements

2020-07-02 Thread Tim Cross
I am also interested in ob-clojure and ob-clojurescript improvements. However, right now, I'm a tad busy and haven't had time to review what has been done. Hopefully, can make some time in the next month or so. Tim stardiviner writes: > agzam.ibragi...@gmail.com writes: > >> There seems to

Re: patch: ob-clojure improvements

2020-07-02 Thread stardiviner
agzam.ibragi...@gmail.com writes: > There seems to be a bit of lack of interest for these things. But I'm sure > some people (myself included) would love to see these kinds of > improvements. Yes, I rarely saw Clojurians in this mailing list. > As I said before, I have never participated in

Re: patch: ob-clojure improvements

2020-07-02 Thread agzam . ibragimov
There seems to be a bit of lack of interest for these things. But I'm sure some people (myself included) would love to see these kinds of improvements. As I said before, I have never participated in contributing to Org source, some guidance would be appreciated. Should I keep building it and

Re: patch: ob-clojure improvements

2020-06-20 Thread stardiviner
Glad to see your patch, really useful in some cases. Thanks. Ag Ibragimov writes: > Hi everyone, here's my attempt to add clojure CLI and babashka support for > ob-clojure.el > > - Adds a header parameter to override org-babel-clojure-backend > - Adds :args param (right now only used for

patch: ob-clojure improvements

2020-06-20 Thread Ag Ibragimov
Hi everyone, here's my attempt to add clojure CLI and babashka support for ob-clojure.el - Adds a header parameter to override org-babel-clojure-backend - Adds :args param (right now only used for clojure-cli) I have tested it with these minimal cases: #+begin_src clojure :backend clj-cli