Re: [O] Bug: Problems with integration between asmyptote and org mode [7.7]

2011-08-12 Thread Daniel Gonzalez
Hi Nicolas, Thanks for your info. It seems I was following an outdated howto. I didn't know asymptote was already integrated in babel. Now it is working fine. I am using the following org source: #+begin_src asymptote :file generated/asymptote.png :exports both import graph; size(0,4cm); real

[O] Bug: Problems with integration between asmyptote and org mode [7.7]

2011-08-11 Thread Daniel Gonzalez
Remember to cover the basics, that is, what you expected to happen and what in fact did happen.  You don't know how to make a good report?  See      http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: Problems with integration between asmyptote and org mode [7.7]

2011-08-11 Thread Nicolas Goaziou
Hello, Daniel Gonzalez gonva...@gonvaled.com writes: I have this code to activate asymptote: [...] Asymptote is included in Babel. Be sure to load the language: #+begin_src org (org-babel-do-load-languages 'org-babel-load-languages '((asymptote . t) (emacs-lisp . t))) #+end_src Then