Re: [O] ob-ruby org-babel-ruby-table-or-string numeric argument patch

2015-08-16 Thread Matthew MacLean
Yep..! Guess I know that unsubscribed mail doesn't actually go to /dev/null like I heard it might. The end result was commit 81a63729473baaf00c2548d8929b9388053aea05 sans the test from http://thread.gmane.org/gmane.emacs.orgmode/99888 after a little bit of "patch bootcamp" for someone who read REA

Re: [O] ob-ruby org-babel-ruby-table-or-string numeric argument patch

2015-08-16 Thread Kyle Meyer
Hi Nicolas, This is a duplicate that has finally come through: http://thread.gmane.org/gmane.emacs.orgmode/99888 -- Kyle

Re: [O] ob-ruby org-babel-ruby-table-or-string numeric argument patch

2015-08-16 Thread Nicolas Goaziou
Hello, Matthew MacLean writes: > Could you review my patch? Thanks..! Thank you for the patch. > diff --git a/lisp/ob-core.el b/lisp/ob-core.el > index e3abe97..01c4da8 100644 > --- a/lisp/ob-core.el > +++ b/lisp/ob-core.el > @@ -2813,34 +2813,37 @@ block but are passed literally to the > \"e

[O] ob-ruby org-babel-ruby-table-or-string numeric argument patch

2015-08-16 Thread Matthew MacLean
Yo~! fa5fd6351605912ec75e783cb626497b1ebe471e introduced a change where org-babel-script-escape stopped accepting numbers. This caused an issue in ob-ruby.el where when trying to evaluate something like "2 + 2", you would get the message: `org-babel-script-escape' expects a string This broke e