Re: [Orgmode] Org babel R Help

2010-03-21 Thread Joseph Cole
Joseph Cole writes: I've been struggling with a few aspects of org babel R: 1) src_R surrounds output with ==. E.g. src_R{1+1} gives =2= I would expect it to just give 2. Because it surrounds the output with equals signs, this means you are unable to use the output in latex equa

[Orgmode] Org babel R Help

2010-03-19 Thread Joseph Cole
I've been struggling with a few aspects of org babel R: 1) src_R surrounds output with ==. E.g. src_R{1+1} gives =2= I would expect it to just give 2. Because it surrounds the output with equals signs, this means you are unable to use the output in latex equations, general text or tables as