emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Babel Haskell. Print all results when header has :results output
Date: Mon, 04 May 2020 17:01:41 +0200	[thread overview]
Message-ID: <87zhan3fsa.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAMdauZoVFdx=Jy1ZgNUNLQze3W7wnZ8WkHHho1L8Zx4zhU5i9Q@mail.gmail.com> (Roland Coeurjoly's message of "Tue, 28 Apr 2020 18:22:28 +0200")

Hello,

Roland Coeurjoly <rolandcoeurjoly@gmail.com> 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	other threads:[~2020-05-04 16:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 16:22 Babel Haskell. Print all results when header has :results output Roland Coeurjoly
2020-05-04 15:01 ` Nicolas Goaziou [this message]
2020-05-04 15:44   ` Roland Coeurjoly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhan3fsa.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=rolandcoeurjoly@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).