-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Bastien writes:
> Hi Tim,
>
> thanks for your email.
>
> Tim Cross writes:
>
>> I wonder if it would make sense to use shadow-cljs rather than cider as
>> a back end for evaluating clojurescript?
>
> I am inclined to question the usefulness of ev
-- 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 for
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 attache
Hi Kyle and everyone,
thanks for taking care of this issue.
I have taken two days off on thursday and friday to be able to
contribute to fixing remaining issues before 9.4.
Best,
--
Bastien
Hi,
As far as I can tell, several links of section 10.13 LaTeX Export
(https://orgmode.org/manual/LaTeX-Export.html) are broken (last checked
2020-04-28 19:15 UTC).
The first four links on the page point to useful pages, i.e., clicking
on "Quoting LaTeX code:" will get you to
https://orgmod
Niclas Borlin writes:
> Hi,
>
> As far as I can tell, several links of section 10.13 LaTeX Export
> (https://orgmode.org/manual/LaTeX-Export.html) are broken (last
> checked 2020-04-28 19:15 UTC).
>
> The first four links on the page point to useful pages, i.e., clicking
> on "Quoting LaTeX code:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
---