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
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
"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
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
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
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
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:
>
>>
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,
>>
>
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,
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
,
|
| * 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
11 matches
Mail list logo