emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-babel-script-escape problem


From: Lawrence Bottorff
Subject: [O] org-babel-script-escape problem
Date: Thu, 14 Sep 2017 07:21:01 -0400

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...
=> #<void>
: ‘org-babel-script-escape’ expects a string

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

LB

reply via email to

[Prev in Thread] Current Thread [Next in Thread]