emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-babel-script-escape problem


From: Nicolas Goaziou
Subject: Re: [O] org-babel-script-escape problem
Date: Thu, 14 Sep 2017 15:26:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Lawrence Bottorff <address@hidden> 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



reply via email to

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