Eric Schulte writes:
> I've just pushed up a fix for this. After looking into the code I'm
> now not sure why it was working at all...
Heh…
> but I suppose all that matters is that it is working now.
Fix confirmed.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk
Achim Gratz writes:
> Eric Schulte writes:
>>> With your latest changes I get this test regression (I have not checked
>>> which commit is responsible):
>>>
>>
>> This is odd. The first time I ran the test suite this test failed for
>> me as well, however on all subsequent runs of the test suite
Eric Schulte writes:
> This is odd. The first time I ran the test suite this test failed for
> me as well, however on all subsequent runs of the test suite this test
> passed, and manually looking through the test the code indeed does seem
> to be acting as it should.
I can confirm that it runs t
Eric Schulte writes:
>> With your latest changes I get this test regression (I have not checked
>> which commit is responsible):
>>
>
> This is odd. The first time I ran the test suite this test failed for
> me as well, however on all subsequent runs of the test suite this test
> passed, and manua
Achim Gratz writes:
> Eric Schulte writes:
> [...]
>
> With your latest changes I get this test regression (I have not checked
> which commit is responsible):
>
This is odd. The first time I ran the test suite this test failed for
me as well, however on all subsequent runs of the test suite thi
Eric Schulte writes:
[...]
With your latest changes I get this test regression (I have not checked
which commit is responsible):
Test ob-exp/noweb-on-export-with-exports-results backtrace:
<(357 nil)
apply(< (357 nil))
(setq value-605 (apply fn-603 args-604))
(unwind-protect (setq value-6
Eric Schulte writes:
> Truong Nghiem writes:
>
>> I'm using orgmode release Org 7.8.06. When I export an org source
>> block (i.e. a source code block in the org language):
>>
>> #+BEGIN_SRC org :exports code
>> ,#+srcname:
>> ,#+begin_src
>> ,
>> ,#+end_src
>> #+END_SRC
>>
>> the
Truong Nghiem writes:
> I'm using orgmode release Org 7.8.06. When I export an org source
> block (i.e. a source code block in the org language):
>
> #+BEGIN_SRC org :exports code
> ,#+srcname:
> ,#+begin_src
> ,
> ,#+end_src
> #+END_SRC
>
> the last source line is not exported. T