[Orgmode] Re: [Babel][R] buffer-wide and code block specific use of :session

2011-02-12 Thread Bernd Weiss
Am 12.02.2011 13:30, schrieb Dan Davison: Bernd Weiss writes: [...] Since I have two code blocks, I need to use :session. If I define :session buffer-wide as #+BABEL: :session *R* then the matrix cormat is unknown within the second code block ("object 'cormat' not found"). However, if I sp

[Orgmode] Re: [Babel][R] buffer-wide and code block specific use of :session

2011-02-12 Thread Dan Davison
Bernd Weiss writes: > Org-mode version 7.4 (release_7.4.348.g6132) > > > Dear all, > > I am preparing a document which contains text and R code/output. In > particular, I'd like to print out a (correlation) matrix. This is my > org-mode document (I intentionally have two code blocks): > > #