Greetings.
When editing Asymptote code in org, a comma sometimes appears out of
nowhere into the Asymptote code. The org code below explains how to
reproduce this. (I am using the version of org pulled this morning.)
Jarmo
* description
Move cursor into the code below. Press ~C-c '~ to edit the code in
Asymptote mode. Do not change anything in the code, just press ~C-c
'~ to return to org. You will notice that a comma has been inserted
into the code.
* test case
#+BEGIN_SRC asymptote
real s = 50
* 21.1;
#+END_SRC