emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: Fwd: Support compilation of Haskell in org mode babel blocks.
Date: Mon, 04 May 2020 23:49:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Roland Coeurjoly <address@hidden> writes:

> I am confused about the last point:
> Use a let-binding instead of setq.
>
> If I use:
>
> (let* compile (string= (cdr (assq :compile params)) "yes"))

I meant: 

  (let ((compile (string= "yes" (cdr (assq :compile params)))))
   ...)



reply via email to

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