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

2011-08-23 Thread Bastien
Eric Schulte writes: > It will probably be a couple of days before I have sufficient time to > address these issues, but rest assured it is only my TODO list. Thanks for your persistence in fixing this! -- Bastien

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

2011-08-22 Thread Eric Schulte
Rasmus writes: > "Charles C. Berry" writes: > >> And I get >> >> [...] >> Code block evaluation complete. >> if: Args out of range: -1, -1 > > I have updated to latest Emacs bzr and org-git. Starting emacs with the > -q flag and trying the simple example src_R{1+1} I get the above error > when I

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

2011-08-22 Thread Rasmus
"Charles C. Berry" writes: > And I get > > [...] > Code block evaluation complete. > if: Args out of range: -1, -1 I have updated to latest Emacs bzr and org-git. Starting emacs with the -q flag and trying the simple example src_R{1+1} I get the above error when I use org-babel-exp-inline-src-bl

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

2011-08-22 Thread Charles C. Berry
On Mon, 22 Aug 2011, Eric Schulte wrote: Hi Chuck, I just pushed up another fix, after which your example exports cleanly on my system. Please give this another try and let me know if it is now working for you as well. Org-mode version 7.7 (release_7.7.170.gcaaad.dirty) works fine on the ex

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

2011-08-22 Thread Eric Schulte
Hi Chuck, I just pushed up another fix, after which your example exports cleanly on my system. Please give this another try and let me know if it is now working for you as well. Thanks -- Eric "Charles C. Berry" writes: > On Sun, 21 Aug 2011, Eric Schulte wrote: > >> I've just pushed up a cha

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

2011-08-21 Thread Charles C. Berry
On Sun, 21 Aug 2011, Eric Schulte wrote: I've just pushed up a change to org-exp-blocks which should fix Charles' original problem related to conflict between inline and regular code blocks. Please let me know if this problem persists in the latest git HEAD. Just updated to Org-mode version

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

2011-08-21 Thread Eric Schulte
Eric Schulte writes: > I've just pushed up a change to org-exp-blocks which should fix Charles' > original problem related to conflict between inline and regular code > blocks. Please let me know if this problem persists in the latest git > HEAD. > > Thanks -- Eric > > Eric Schulte writes: > >>

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

2011-08-21 Thread Eric Schulte
I've just pushed up a change to org-exp-blocks which should fix Charles' original problem related to conflict between inline and regular code blocks. Please let me know if this problem persists in the latest git HEAD. Thanks -- Eric Eric Schulte writes: > Bastien writes: > >> Hi Charles, >> >

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

2011-08-21 Thread Eric Schulte
Bastien writes: > 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,

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] [babel] [bug] inline src_R breaks downstream src block

2011-08-09 Thread Charles C. Berry
, | | * inline code block example | | | AAA | blah blah src_R[:results output]{cat(rnorm(2))} | CC | #+begin_src R :eval never :exports none | 1+2 | a <- b + c | xyz | #+end_src | D