From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-babel-script-escape problem Date: Thu, 14 Sep 2017 15:26:57 +0200 Message-ID: <87shfpl8bi.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsUAc-0007Eg-2Y for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 09:27:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsUAW-0000iO-Ks for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 09:27:06 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:39587) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsUAW-0000hZ-EC for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 09:27:00 -0400 In-Reply-To: (Lawrence Bottorff's message of "Thu, 14 Sep 2017 07:21:01 -0400") 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" To: Lawrence Bottorff Cc: emacs-orgmode Mailinglist Hello, Lawrence Bottorff writes: > In a fresh org file I try this: > > #+begin_src scheme :session mainsession > (define (mysquare x) > (* x x)) > #+end_src > > and get this: > > executing Scheme code block... > =3D> # > : =E2=80=98org-babel-script-escape=E2=80=99 expects a string It now prints: : # Please let me know if that fixes the problem on your side. Thank you. Regards, --=20 Nicolas Goaziou