[Orgmode] Re: [babel] problem exporting pictures

2010-05-23 Thread Nicolas Goaziou
> Dan Davison writes: > I can't reproduce this -- it works OK for me using current git master > and 6.36c tarball. What is written to *Messages* during export? I get > Exporting to LaTeX... > org-babel-exp processing... > executing Asymptote source code block > asy -globalwrite -f pdf -o test

[Orgmode] Re: [babel] problem exporting pictures

2010-05-23 Thread Dan Davison
Nicolas Goaziou writes: > Hello, > > I have encountered this problem since I upgraded to 6.36. I have this > minimal file test.org : > > > * Test > > Line 1 > > #+BEGIN_SRC asymptote :file test-fig.pdf > size(8cm,0); > > draw((0,0)--(1,1)); > #+E