Re: [O] :session question - a simple PATCH

2013-03-29 Thread Eric Schulte
Achim Gratz writes: > Am 28.03.2013 20:35, schrieb Andreas Leha: >> so it seems, currently, I (and John...) can not have both, /file local/ >> and /language local/ variables. >> >> - The emacs-lisp-block >>#+begin_src emacs-lisp >> (setq org-babel-default-header-args:R >>'((:

Re: [O] :session question - a simple PATCH

2013-03-29 Thread Achim Gratz
Am 28.03.2013 20:35, schrieb Andreas Leha: so it seems, currently, I (and John...) can not have both, /file local/ and /language local/ variables. - The emacs-lisp-block #+begin_src emacs-lisp (setq org-babel-default-header-args:R '((:session . "org-R"))) #+end_src works

Re: [O] :session question - a simple PATCH

2013-03-28 Thread Andreas Leha
John Hendy writes: [...] > > Haven't really been following along, but this works for me (after execution): > > #+begin_src emacs-lisp > (setq org-babel-default-header-args:R > '((:session . "org-R"))) > #+end_src > > > These aren't: > > -*- org-babel-default-header-args:R: ((:s