Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-23 Thread Roland Coeurjoly
Sorry, I was working on the emacs git repo, which seems to be a bit behind the org mode one. Please find patch attached. On Sat, May 23, 2020 at 4:02 PM Bastien wrote: > Hi Roland, > > Roland Coeurjoly writes: > > > I have done a clean clone and I still don't see a 9.

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-23 Thread Roland Coeurjoly
I have done a clean clone and I still don't see a 9.4 section in master. Is it in another branch? On Sat, May 23, 2020 at 7:12 AM Kyle Meyer wrote: > Hi Roland, > > Roland Coeurjoly writes: > > > I added version 9.4 to ORG-NEWS. > > Please tell me if that's OK

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-22 Thread Roland Coeurjoly
I added version 9.4 to ORG-NEWS. Please tell me if that's OK or I should instead put it in 9.3. On Fri, May 22, 2020 at 5:30 PM Nicolas Goaziou wrote: > Hello, > > Roland Coeurjoly writes: > > > The assignment process with the FSF is complete. > > Great news! &g

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-22 Thread Roland Coeurjoly
The assignment process with the FSF is complete. Best regards, Roland On Tue, May 5, 2020 at 11:31 PM Nicolas Goaziou wrote: > Hello, > > Roland Coeurjoly writes: > > > Please see attached patch. > > Great! > > It seems that this is a patch that needs to be ap

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-05 Thread Roland Coeurjoly
Sorry about that. This attached patch should be good. On Tue, May 5, 2020 at 11:31 PM Nicolas Goaziou wrote: > Hello, > > Roland Coeurjoly writes: > > > Please see attached patch. > > Great! > > It seems that this is a patch that needs to be applied on top of

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-05 Thread Roland Coeurjoly
I have sent the form. Thank you. On Mon, May 4, 2020 at 11:52 PM Nicolas Goaziou wrote: > Roland Coeurjoly writes: > > > I have read the page about signing FSF papers, but I am unclear about how > > to proceed. > > Could you give some pointers? > > Certainly. See

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-05 Thread Roland Coeurjoly
Please see attached patch. Regards. On Mon, May 4, 2020 at 11:50 PM Nicolas Goaziou wrote: > Roland Coeurjoly writes: > > > I am confused about the last point: > > Use a let-binding instead of setq. > > > > If I use: > > > > (let* compile (string=

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-04 Thread Roland Coeurjoly
on, May 4, 2020 at 5:26 PM Nicolas Goaziou wrote: > Hello, > > Roland Coeurjoly writes: > > > From 091f470a278561a60fac1ee3ee658f6823bc2503 Mon Sep 17 00:00:00 2001 > > From: Roland Coeurjoly > > Date: Sat, 25 Apr 2020 20:35:22 +0200 > > Subject: [PATCH] Add Has

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

2020-05-04 Thread Roland Coeurjoly
No, I haven't yet. As it is required to firm them for the other patch, I am willing to firm them but unsure how to proceed. Please advise. On Mon, May 4, 2020, 17:01 Nicolas Goaziou wrote: > Hello, > > Roland Coeurjoly writes: > > > Right now, when executing the

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-04 Thread Roland Coeurjoly
I have read the page about signing FSF papers, but I am unclear about how to proceed. Could you give some pointers? Thank you. On Mon, May 4, 2020 at 5:29 PM Nicolas Goaziou wrote: > Roland Coeurjoly writes: > > > lisp/org/ob-haskell.el | 76 +

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

2020-04-28 Thread Roland Coeurjoly
True I created the attached patch that achieves the desired result. Please notice that the default behaviour (without :results output) remains unchanged. From 0e7d2ac22a028507eaf5ecc85623b62572ee3de8 Mon Sep 17 00:00:00 2001 From: Roland Coeurjoly Date: Tue, 28 Apr 2020 18:06:50 +0200 Subject: [PATC

Fwd: Support compilation of Haskell in org mode babel blocks.

2020-04-28 Thread Roland Coeurjoly
-- Forwarded message - From: Roland Coeurjoly Date: Sat, Apr 25, 2020 at 9:04 PM Subject: Support compilation of Haskell in org mode babel blocks. To: Haskell code can be both compiled (for example with ghc), or interpreted (with ghci). Until now, org babel had only support

[O] Bug: Exporting dash to html gives hexadecimal code [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2018-11-11 Thread Roland Coeurjoly
I publish (M+x org-publish-project) the following to html: #+OPTIONS: toc:nil num:nil #+BEGIN_EXPORT html --- layout: post title: "A beginner's Emacs config" subtitle: "First steps into the Emacs universe" tags: [hacking, emacs] category: blog --- #+END_EXPORT I get the following: — layout: p