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
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