Re: [O] URGENT Bug with exporting org source block

2012-04-01 Thread Achim Gratz
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

Re: [O] URGENT Bug with exporting org source block

2012-04-01 Thread Eric Schulte
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

Re: [O] URGENT Bug with exporting org source block

2012-04-01 Thread Achim Gratz
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

Re: [O] URGENT Bug with exporting org source block

2012-04-01 Thread Achim Gratz
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

Re: [O] URGENT Bug with exporting org source block

2012-04-01 Thread Eric Schulte
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

Re: [O] URGENT Bug with exporting org source block

2012-04-01 Thread Achim Gratz
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

Re: [O] URGENT Bug with exporting org source block

2012-03-31 Thread Eric Schulte
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

Re: [O] URGENT Bug with exporting org source block

2012-03-31 Thread Eric Schulte
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