Re: [Orgmode] Re: org-babel, src blocks and asymptote

2009-09-16 Thread Eric Schulte
Nicolas Goaziou writes: > Actually, about the first problem, I found about org-src-lang-modes > variable and that you can do > > (add-to-list 'org-src-lang-modes '("asymptote" . asy)) > this is now provided in the default value of org-src-lang-modes > > About the second problem, I can always ed

[Orgmode] Re: org-babel, src blocks and asymptote

2009-09-16 Thread Nicolas Goaziou
Actually, about the first problem, I found about org-src-lang-modes variable and that you can do (add-to-list 'org-src-lang-modes '("asymptote" . asy)) But, shouldn't this be done upon loading org-babel-asymptote, like org-babel-ocaml, which points automatically ocaml to tuareg-mode ? About the