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
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
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
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.
>
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
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.
>>
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
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
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