> 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
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