emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-babel-script-escape problem
@ 2017-09-14 11:21 Lawrence Bottorff
  2017-09-14 13:26 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Lawrence Bottorff @ 2017-09-14 11:21 UTC (permalink / raw)
  To: emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 576 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-babel-script-escape problem
  2017-09-14 11:21 org-babel-script-escape problem Lawrence Bottorff
@ 2017-09-14 13:26 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-09-14 13:26 UTC (permalink / raw)
  To: Lawrence Bottorff; +Cc: emacs-orgmode Mailinglist

Hello,

Lawrence Bottorff <borgauf@gmail.com> 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...
> => #<void>
> : ‘org-babel-script-escape’ expects a string

It now prints:

  : #<unspecified>

Please let me know if that fixes the problem on your side.

Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-14 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 11:21 org-babel-script-escape problem Lawrence Bottorff
2017-09-14 13:26 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).