Hi Nicolas,
Thanks for making this change, I agree it is appropriate now that Babel
is included in Org-mode. I've just pushed it up.
Best -- Eric
Nicolas Goaziou writes:
> Hello,
>
> I'm having a little problem when I want to insert a code block inside
> a list. Here is an example:
>
> =
Hello,
I'm having a little problem when I want to insert a code block inside
a list. Here is an example:
=
1. Drawing is following:
#+BEGIN_SRC asymptote :file drawing.pdf
unitsize(5cm);
draw(unitcircle);
#+END_SRC
Now find its center with compass only.
2. Another item.
=