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.
This commit is contained in:
Ihor Radchenko 2024-05-21 15:58:40 +02:00
parent b26337c255
commit b2520ec52f
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 0 additions and 1 deletions

View File

@ -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