emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Babel Haskell. Print all results when header has :results output


From: Nicolas Goaziou
Subject: Re: Babel Haskell. Print all results when header has :results output
Date: Mon, 04 May 2020 17:01:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Roland Coeurjoly <address@hidden> writes:

> Right now, when executing the following source block
>
> #+begin_src haskell :results output
> [1..10]
> "hello" == "hello"
>    #+end_src
>
> I get the following output:
>
> #+RESULTS:
>    : True
>
> Whereas (for me) the desired result would be
>
> #+RESULTS:
>    : [1,2,3,4,5,6,7,8,9,10]
>    : True
>
> I created the attached patch that achieves the desired result.

I added a proper commit message and applied your patch. Thank you!

Have you signed FSF papers? If you haven't, you need to add TINYCHANGE
cookie in your commit messages (and consider signing them, of course!).

Regards,

-- 
Nicolas Goaziou



reply via email to

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