[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

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

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

[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: [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 …). (

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

[PATCH 1/2] tools.org: Fix Logseq logo URL

2024-12-08 Thread Aaron Madlon-Kay
--- tools.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.org b/tools.org index a4a2473..9d7c9a0 100644 --- a/tools.org +++ b/tools.org @@ -69,7 +69,7 @@ Org Note ** Logseq {{{link(logseq.com)}}} -[[https://pbs.twimg.com/profile_images/1284058782012563464/oQFKw8uM

[PATCH 2/2] tools.org: Update Orgro description

2024-12-08 Thread Aaron Madlon-Kay
--- tools.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.org b/tools.org index 9d7c9a0..281b01f 100644 --- a/tools.org +++ b/tools.org @@ -49,7 +49,7 @@ Orgro {{{link(orgro.org)}}} https://orgro.org/assets/appicon.png -A mobile Org Mode file viewer. +A mobile Org

Re: [PATCH 2/2] tools.org: Update Orgro description

2024-12-23 Thread Aaron Madlon-Kay
> On Dec 22, 2024, at 21:22, Ihor Radchenko wrote: > > Applied, after adding TINYCHANGE cookie. > https://git.sr.ht/~bzg/orgweb/commit/9cc4f344c89b20d002d8b65dd968b5fd8e45fbc9 Oops! Thank you! -Aaron