Re: Org lint and Haskell source code blocks

2021-09-21 Thread Ihor Radchenko
Dominik Schrempf writes: > Thank you, org-lint works just fine after applying your patch! The patch is applied to master as c9dc6603a. Best, Ihor

Re: Org lint and Haskell source code blocks

2021-09-21 Thread Dominik Schrempf
Thank you, org-lint works just fine after applying your patch! Ihor Radchenko writes: > Dominik Schrempf writes: > >> whenever I have a Haskell source code block in my Org mode file, and I >> execute >> =org-lint=, I get the following error: > > Confirmed. > > Can you try with the attached

Re: Org lint and Haskell source code blocks

2021-09-21 Thread Ihor Radchenko
Dominik Schrempf writes: > whenever I have a Haskell source code block in my Org mode file, and I execute > =org-lint=, I get the following error: Confirmed. Can you try with the attached patch? Best, Ihor >From f640249d08a14bfde417c38274634b88c789d1c7 Mon Sep 17 00:00:00 2001 Message-Id:

Org lint and Haskell source code blocks

2021-09-21 Thread Dominik Schrempf
Hi, whenever I have a Haskell source code block in my Org mode file, and I execute =org-lint=, I get the following error: #+begin_quote Debugger entered--Lisp error: (wrong-type-argument listp :any) #+end_quote (This was obtained with a minimal file just having: #+BEGIN_SRC haskell inc n = n+1