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
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
---
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
>
> + (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
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 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 …).
(
> 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 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 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
---
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
---
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
> 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
12 matches
Mail list logo