From b2520ec52fd77601dc45ccc35f1f21dfbf433e0f Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Tue, 21 May 2024 15:58:40 +0200 Subject: [PATCH] ob-haskell: Remove FIXME * lisp/ob-haskell.el (org-babel-haskell-export-to-lhs): The answer to question asked in FIXME is that -i flag is handled later, in regex search. There is nothing to fix. --- lisp/ob-haskell.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el index 00be6d52c..05f340fa0 100644 --- a/lisp/ob-haskell.el +++ b/lisp/ob-haskell.el @@ -339,7 +339,6 @@ constructs (header arguments, no-web syntax etc...) are ignored." (command (concat org-babel-haskell-lhs2tex-command " " (org-babel-process-file-name lhs-file) " > " (org-babel-process-file-name tex-file))) - ;; FIXME: What if src block has :preserve-indentation flag? (preserve-indentp org-src-preserve-indentation) indentation) ;; escape haskell source-code blocks