From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: org-babel-script-escape problem Date: Thu, 14 Sep 2017 07:21:01 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="f403043dc934ad469805592478f3" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsSCe-0005fF-V5 for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 07:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsSCe-00067W-2w for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 07:21:04 -0400 Received: from mail-yw0-x236.google.com ([2607:f8b0:4002:c05::236]:53195) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsSCd-000659-US for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 07:21:04 -0400 Received: by mail-yw0-x236.google.com with SMTP id i6so24683ywc.9 for ; Thu, 14 Sep 2017 04:21:02 -0700 (PDT) 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: emacs-orgmode Mailinglist --f403043dc934ad469805592478f3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 I'm using latest elpa everything (orgmode, geiser) with Racket v6.10.1 as of this morning. Just started happening. . . . LB --f403043dc934ad469805592478f3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In a fresh org file I try this:

<= div>
#+begin_src scheme :session mainsession
(define (mysquar= e x)
=C2=A0 (* x x))
#+end_src

and get this:

executing Scheme code block..= .
=3D> #<void>
: =E2=80=98org-babel-script-esc= ape=E2=80=99 expects a string

I'm using latest= elpa everything (orgmode, geiser) with Racket v6.10.1 as of this morning. = Just started happening. . . .

LB
--f403043dc934ad469805592478f3--