Re: [O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-09-04 Thread Carsten Dominik
On Sep 4, 2013, at 3:12 PM, Rick Frankel wrote: > On 2013-09-02 10:12, Carsten Dominik wrote: >> Applied, thank. >> Rick, I had trouble applying th patch, so did some handywork - please >> check after me. > > looks good modulo a couple of extra blank lines :). Thank you for checking. - Carst

Re: [O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-09-04 Thread Rick Frankel
On 2013-09-02 10:12, Carsten Dominik wrote: Applied, thank. Rick, I had trouble applying th patch, so did some handywork - please check after me. looks good modulo a couple of extra blank lines :). thanx, rick

Re: [O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-09-02 Thread Carsten Dominik
Applied, thank. Rick, I had trouble applying th patch, so did some handywork - please check after me. Thank you! - Carsten On Aug 15, 2013, at 8:50 PM, Rick Frankel wrote: > Solution shamelessly copied from ob-python. > > * lisp/ob-ruby.el: New customizations `org-babel-ruby-hline-to' and >

Re: [O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-09-02 Thread Carsten Dominik
On Sep 2, 2013, at 12:54 PM, Bastien wrote: > Hi Carsten and Rick, > > Carsten Dominik writes: > >> are you a signed contributor? > > yes, Rick is listed on http://orgmode.org/worg/org-contribute.html > > I keep the list as up-to-date as possible. And I do look there, but looked in the wro

Re: [O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-09-02 Thread Bastien
Hi Carsten and Rick, Carsten Dominik writes: > are you a signed contributor? yes, Rick is listed on http://orgmode.org/worg/org-contribute.html I keep the list as up-to-date as possible. Best, -- Bastien

Re: [O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-09-01 Thread Carsten Dominik
Hi Rick, are you a signed contributor? - Carsten On 15.8.2013, at 20:50, Rick Frankel wrote: > Solution shamelessly copied from ob-python. > > * lisp/ob-ruby.el: New customizations `org-babel-ruby-hline-to' and > `org-babel-ruby-nil-to' > (org-babel-ruby-var-to-ruby): Convert incoming 'hlines

[O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-08-15 Thread Rick Frankel
Solution shamelessly copied from ob-python. * lisp/ob-ruby.el: New customizations `org-babel-ruby-hline-to' and `org-babel-ruby-nil-to' (org-babel-ruby-var-to-ruby): Convert incoming 'hlines. (org-babel-ruby-table-or-string): Convert outgoing nils. --- lisp/ob-ruby.el | 26 +++