>On Mon, Nov 4, 2013 at 11:22 AM, Cook, Malcolm <m...@stowers.org> wrote: >> I wish to lock an org buffer to a particular installation of R so that all >> code blocks use it. >> >> I found that I could not, for instance, write `:session R-3.0.1`. >> >> Is there some best way for me to accomplish this? >> >> Perhaps some way of setting inferior-R-program-name to a buffer local value? > >I'm no good at in-buffer variables, but this one looks of interest: >org-babel-R-command
Indeed, John, that is the variable I would like to have respected when I (setq-local inferior-R-program-name "R-3.0.1") But, alas it is not. Any other takers? Thanks!