emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH] lisp/ob-haskell.el: Fix org-babel-script-escape expects a string


From: Bruno Barbier
Subject: [PATCH] lisp/ob-haskell.el: Fix org-babel-script-escape expects a string
Date: Tue, 08 Nov 2022 19:37:40 +0100

Hi,

When running, for example, the following haskell block in ghci

   #+begin_src haskell
       v=2
   #+end_src

there is no result.

The attached patch avoids calling `org-babel-script-escape' in such a
case.


Bruno.




Attachment: 0001-lisp-ob-haskell.el-Fix-org-babel-script-escape-expec.patch
Description: [PATCH] lisp/ob-haskell.el: Fix org-babel-script-escape expects a string


reply via email to

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