Re: [O] org-babel ruby 1.8 and 1.9

2011-09-18 Thread Eric Schulte
Hi Steve, You should be able to customize the value of the org-babel-ruby-command variable to control what external executable is called by ruby code blocks. The default value of that variable is simply "ruby" but presumably setting that variable to the name of the ruby 1.9 executable should work

[O] org-babel ruby 1.8 and 1.9

2011-09-18 Thread Steve Harman
Hello, On my mac, I have rvm installed with ruby 1.9.2 being default. On the terminal, if I execute ruby, it is always 1.9.2 version. However, the ruby ran by org-babel is 1.8 version. How can I make the ruby code blocks in my org files executed by 1.9? Since I am new to Emacs, I would appreciate