branch: externals/org
commit 9133835547c46167350d593b7573446fab9fe436
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
org-babel-default-header-args:haskell: Fix typo in header arg name
Reported-by: Thomas S. Dye <[email protected]>
Link: https://orgmode.org/list/[email protected]
---
lisp/ob-haskell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el
index c82bb36b2a..bb3200080a 100644
--- a/lisp/ob-haskell.el
+++ b/lisp/ob-haskell.el
@@ -57,7 +57,7 @@
(add-to-list 'org-babel-tangle-lang-exts '("haskell" . "hs"))
(defvar org-babel-default-header-args:haskell
- '((:padlines . "no")))
+ '((:padline . "no")))
(defvar org-babel-haskell-lhs2tex-command "lhs2tex")