Re: [Orgmode] [org-babel-R] Help: In converting an .org file to pdf, do I need to re-run the R code even if I ran them previously?

2010-12-02 Thread Sunny Srivastava
Thank you Thomas. On Thu, Dec 2, 2010 at 10:33 AM, Thomas S. Dye wrote: > Aloha Sunny, > > > On Dec 1, 2010, at 11:05 PM, Sunny Srivastava wrote: > > Hello Org-moders: >> >> I am trying to use org-mode, instead of Sweave, to write a report for a >> statistical analysis. During the process of wr

Re: [Orgmode] [org-babel-R] Help: In converting an .org file to pdf, do I need to re-run the R code even if I ran them previously?

2010-12-02 Thread Thomas S. Dye
Aloha Sunny, On Dec 1, 2010, at 11:05 PM, Sunny Srivastava wrote: Hello Org-moders: I am trying to use org-mode, instead of Sweave, to write a report for a statistical analysis. During the process of writing, I prefer to export the org file to pdf to see the output (for sanity check). Ho

[Orgmode] [org-babel-R] Help: In converting an .org file to pdf, do I need to re-run the R code even if I ran them previously?

2010-12-02 Thread Sunny Srivastava
Hello Org-moders: I am trying to use org-mode, instead of Sweave, to write a report for a statistical analysis. During the process of writing, I prefer to export the org file to pdf to see the output (for sanity check). However, every time I do this, I get a question in minibuffer to choose if I w

Re: [Orgmode] Org babel R Help

2010-03-21 Thread Graham Smith
Dan > So I believe we do understand the situation. The question is how do we > improve it. First the facts: > As for improvements, it is tempting to think that > > 1. org-babel should automatically insert the ATTR_LaTeX line in >   accordance with :width and :height when creating latex output. >

Re: [Orgmode] Org babel R Help

2010-03-21 Thread Dan Davison
Graham Smith writes: > Joseph/Dan > 2) Width/Height exports for R graphics output. Do they work? I've tried a lot of combinations of :width and :height as exports, and they don't seem to work at all. I've tried small numbers (1-10), large numbers (100-2000) and numbers pr

Re: [Orgmode] Org babel R Help

2010-03-21 Thread Graham Smith
Joseph/Dan >>> 2) Width/Height exports for R graphics output. Do they work? >>> >>> I've tried a lot of combinations of :width and :height as exports, and >>> they don't seem to work at all. I've tried small numbers (1-10), large >>> numbers (100-2000) and numbers prefixed by "cm" with no luck. >>

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 equations, gene

Re: [Orgmode] Org babel R Help

2010-03-19 Thread Dan Davison
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