Re: [O] [babel] [bug] inline src_R breaks downstream src block

2011-08-19 Thread Bastien
Hi Charles, yes, there are some problems with parsing inline source blocks. Stephen also reported that these colon lines : were $\beta_2$ = src_R{round(out3$coef[3], 4)} : and $\beta_3$ = src_R{round(out3$coef[4], 4)} where not exporting correctly... Eric, can you have a look at these prob

[O] Evaluation of R code block depends on case of keywords???

2011-08-19 Thread Michael Hannon
Greetings.  I happened to notice that in evaluating R source-code blocks in an Org-Mode file I got some cruft from my .Rprofile in the output on some occasions but not on others. To my surprise, it appears that the CASE of the keywords on the BEGIN_SRC line affects the output.  Please see the appe

Re: [O] BUG: example/src blocks and latex export

2011-08-19 Thread Nick Dokos
Bastien wrote: > Hi Nick, > > Nick Dokos writes: > > > * foo > > > > Verbiage to begin the paragraph > > #+begin_src shell > > get-config.py var section [section ...] > > #+end_src > > and verbiage to end the same paragraph. > > > > * bar > > > > Verbiage to begin the paragraph > > #+begin_exa

Re: [O] Evaluation of R code block depends on case of keywords???

2011-08-19 Thread Thomas S. Dye
Michael Hannon writes: > Greetings.  I happened to notice that in evaluating R source-code blocks in an > Org-Mode file I got some cruft from my .Rprofile in the output on some > occasions but not on others. > > To my surprise, it appears that the CASE of the keywords on the BEGIN_SRC line > affe

Re: [O] Evaluation of R code block depends on case of keywords???

2011-08-19 Thread Michael Hannon
>> Greetings.  I happened to notice that in evaluating R source-code blocks in >> an Org-Mode file I got some cruft from my .Rprofile in the output on some >> occasions but not on others. >> >> To my surprise, it appears that the CASE of the keywords on the BEGIN_SRC >> line affects the output.  P

<    1   2