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.
This commit is contained in:
parent
385ef25c6e
commit
58d601979c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue