summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-04-07 07:16:08 -0600
committerEric Schulte <schulte.eric@gmail.com>2013-04-07 07:16:08 -0600
commit58d601979c460fbc2078c570b6942d9e96b926cb (patch)
treed42d0c8213e1b559070a51d2f7e4171047a7c4dd
parent385ef25c6e8bcd39e5e26b8c390c98dfb08627ea (diff)
downloadorg-mode-58d601979c460fbc2078c570b6942d9e96b926cb.tar.gz
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.
-rw-r--r--lisp/ob-lob.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el
index df967c8..4c89485 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