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:
parent
b26337c255
commit
b2520ec52f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue