From f2e91a62469e84ce1d3036216ae3eca4084f3b94 Mon Sep 17 00:00:00 2001 From: Bruno BARBIER Date: Wed, 19 Oct 2022 19:44:42 +0200 Subject: [PATCH] org-babel-interpret-haskell: Don't remove outputs that match inputs * lisp/ob-haskell.el (org-babel-interpret-haskell): Change the call to `org-babel-comint-with-output'. --- lisp/ob-haskell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el index d195dcf87..99e590bfb 100644 --- a/lisp/ob-haskell.el +++ b/lisp/ob-haskell.el @@ -136,7 +136,7 @@ (defun org-babel-interpret-haskell (body params) (comint-preoutput-filter-functions (cons 'ansi-color-filter-apply comint-preoutput-filter-functions)) (raw (org-babel-comint-with-output - (session org-babel-haskell-eoe t full-body) + (session org-babel-haskell-eoe nil full-body) (insert (org-trim full-body)) (comint-send-input nil t) (insert org-babel-haskell-eoe) -- 2.37.3