Re: [Patch] Add support for geiser-scheme-implementation to lisp/ob-scheme.el

2020-06-08 Thread Bastien
Hi Vladimir, Vladimir Nikishkin writes: > Could someone with a right of commit apply this patch? applied, thanks. I had to edit the patch to add a changelog. Please read this page on how to submit your next patches: https://orgmode.org/worg/org-contribute.html Thanks, -- Bastien

Re: [Patch] Add support for geiser-scheme-implementation to lisp/ob-scheme.el

2020-06-08 Thread Vladimir Nikishkin
Could someone with a right of commit apply this patch? 2020-05-31 12:40 GMT+08:00, Vladimir Nikishkin : > Hello, everyone > > ob-scheme doesn't seem to be respecting geiser-scheme-implementation, > which is a buffer-local variable to specify which implementation in > particular to use in an org

[Patch] Add support for geiser-scheme-implementation to lisp/ob-scheme.el

2020-05-30 Thread Vladimir Nikishkin
Hello, everyone ob-scheme doesn't seem to be respecting geiser-scheme-implementation, which is a buffer-local variable to specify which implementation in particular to use in an org buffer by default. This 2-line patch adds this support. Please, consider adding it. -- Yours sincerely, Vladimir