Re: [PATCH] ob-ruby.el: allow specification of ruby command w/header arg

2020-11-25 Thread Juri Linkov
>> ob-ruby.el: allow specification of session ruby command w/header arg >> >> * lisp/ob-ruby.el (org-babel-ruby-initiate-session): Use a header argument >> to get ruby command. > > I've ported it to the Org repo, but please avoid doing this in the > future. The preferred method is for development

Re: [PATCH] ob-ruby.el: allow specification of ruby command w/header arg

2020-11-14 Thread Kyle Meyer
Juri Linkov writes: > Thanks, this is a much needed change. But currently it is limited only > to non-session code execution. Here is an additional patch that also > supports the same feature for session code execution as well: > > ob-ruby.el: allow specification of session ruby command

Re: [PATCH] ob-ruby.el: allow specification of ruby command w/header arg

2020-11-10 Thread Juri Linkov
> Using the :ruby header arg. > > * lisp/ob-ruby.el (org-babel-execute:ruby): Locally set > `org-babel-ruby-command' using a header argument. > > TINYCHANGE > --- > lisp/ob-ruby.el | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el > index

Re: [PATCH] ob-ruby.el: allow specification of ruby command w/header arg

2020-10-24 Thread Aaron Madlon-Kay
Brilliant! Thanks very much! -Aaron On Sat, Oct 24, 2020 at 20:39 Bastien wrote: > Hi Aaron, > > Aaron Madlon-Kay > writes: > > > Using the :ruby header arg. > > Applied, thanks! > > -- > Bastien >

Re: [PATCH] ob-ruby.el: allow specification of ruby command w/header arg

2020-10-24 Thread Bastien
Hi Aaron, Aaron Madlon-Kay writes: > Using the :ruby header arg. Applied, thanks! -- Bastien

[PATCH] ob-ruby.el: allow specification of ruby command w/header arg

2020-10-20 Thread Aaron Madlon-Kay
Using the :ruby header arg. * lisp/ob-ruby.el (org-babel-execute:ruby): Locally set `org-babel-ruby-command' using a header argument. TINYCHANGE --- lisp/ob-ruby.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el index 669c2eabf..80870c6c0 100644 ---