From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: Weird Asymptote mode behaviour in org Date: Mon, 24 Aug 2015 17:30:46 +0200 Message-ID: <871tes7lg9.fsf@members.fsf.org> References: <871tet17uz.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTthx-0004JK-5w for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 11:30:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTthr-0003QD-TE for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 11:30:49 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:8443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTthr-0003Q4-O2 for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 11:30:43 -0400 In-Reply-To: <871tet17uz.fsf@iki.fi> (Jarmo Hurri's message of "Mon, 24 Aug 2015 10:08:36 +0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jarmo Hurri Cc: emacs-orgmode@gnu.org Hello, Jarmo Hurri writes: > * 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 The comma is meant to escape the star (*), see footnote in (info "(org) Literal examples"). I'm not sure the comma is required (because your * isn't at the start of the line), but is shouldn't hurt (i.e. you can C-c ', you can C-c C-c, etc.) -- Nicolas Richard