From 58d601979c460fbc2078c570b6942d9e96b926cb Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 7 Apr 2013 07:16:08 -0600 Subject: [PATCH] include default elisp header args in call lines Because in actuality the call line expands to an Emacs Lisp code block. * lisp/ob-lob.el (org-babel-lob-execute): Include default elisp header args in call lines. --- lisp/ob-lob.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el index df967c894..4c894852a 100644 --- a/lisp/ob-lob.el +++ b/lisp/ob-lob.el @@ -121,6 +121,7 @@ if so then run the appropriate source block from the Library." (let* ((mkinfo (lambda (p) (list "emacs-lisp" "results" p nil nil (nth 2 info)))) (pre-params (org-babel-merge-params org-babel-default-header-args + org-babel-default-header-args:emacs-lisp (org-babel-params-from-properties) (org-babel-parse-header-arguments (org-no-properties