Re: [O] Problem with src_ruby inline code and []

2016-03-19 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > On Tue, 15 Mar 2016, William Denton wrote: > >> I was updating and exporting a file where I use Ruby to do some basic >> arithmetic on tables, and noticed that inline code blocks where I reference >> an array aren't working. >> > > ECM: >

Re: [O] Problem with src_ruby inline code and []

2016-03-15 Thread Charles C. Berry
On Tue, 15 Mar 2016, William Denton wrote: I was updating and exporting a file where I use Ruby to do some basic arithmetic on tables, and noticed that inline code blocks where I reference an array aren't working. ECM: src_ruby[:var t=sampletable]{t[2][2]} #+BEGIN_SRC emacs-lisp

[O] Problem with src_ruby inline code and []

2016-03-15 Thread William Denton
I was updating and exporting a file where I use Ruby to do some basic arithmetic on tables, and noticed that inline code blocks where I reference an array aren't working. If you C-c C-c on this simple src_ruby example you get the results. src_ruby{1 + 2} {{{results(=3=)}}} But this doesn't