> On Dec 12, 2023, at 23:15, Ihor Radchenko wrote:
>
> This particular change should fit within TINYCHANGE, I think. So, you do
> not need a copyright assignment (unless you have already exhausted the
> 15LOC limit on Emacs patches, which I do not see in git logs).
Ah, yes, that should be OK the
> On Dec 12, 2023, at 21:01, Aaron Madlon-Kay wrote:
>
>> On Dec 12, 2023, at 20:40, Aaron Madlon-Kay wrote:
>>
>> Locally redefining as follows results in the expected behavior:
>
> The previous formulation was not very good. Actually it seems that the
&g
> On Dec 12, 2023, at 20:40, Aaron Madlon-Kay wrote:
>
> Locally redefining as follows results in the expected behavior:
The previous formulation was not very good. Actually it seems that the existing
function is correct except that the list case should be wrapped in (seq …).
(
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
On Mon, Dec 14, 2020 at 5:00 AM Kyle Meyer wrote:
> Thanks. Pushed (57a70d505), tacking on a Reported-by trailer to the
> commit message.
Thanks very much! The fix is working for me.
-Aaron
> + (run-ruby-or-pop-to-buffer
> + cmd (or session "ruby")
> + (unless session
> +(inf-ruby-buffer)))
I have just run into an issue with this: If yo
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
>
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
---
Hello, all. I would like to contribute this tweak that I have been using in my
personal config (though in the form of advice).
As with Python, in Ruby there is significant need to be able to specify the
Ruby command invoked. For instance when managing dependencies with Bundler
(which is very