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