Re: [BUG] "Safe" local values for org-entities-user not recognized as such [9.6.11 (release_9.6.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2023-12-12 Thread Aaron Madlon-Kay
> 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

Re: [BUG] "Safe" local values for org-entities-user not recognized as such [9.6.11 (release_9.6.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2023-12-12 Thread Aaron Madlon-Kay
> 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

Re: [BUG] "Safe" local values for org-entities-user not recognized as such [9.6.11 (release_9.6.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2023-12-12 Thread Aaron Madlon-Kay
> 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 …). (

[BUG] "Safe" local values for org-entities-user not recognized as such [9.6.11 (release_9.6.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2023-12-12 Thread Aaron Madlon-Kay
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. --

Re: [PATCH] ob-ruby.el: Don't reuse the same buffer among different named

2020-12-13 Thread Aaron Madlon-Kay
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

Re: [PATCH] ob-ruby.el: Don't reuse the same buffer among different named

2020-12-10 Thread Aaron Madlon-Kay
> + (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

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 >

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

[no subject]

2020-10-20 Thread Aaron Madlon-Kay
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