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