summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-10-26 06:19:54 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-10-26 06:20:12 -0600
commita5cbe6a6cb761e2286bd91f319cdc91c62d5e304 (patch)
tree81413abf49dafb058f665a90aebe1d74a08ac222
parentdba3e22c93a9c2862a604f82475947b5f5e98819 (diff)
downloadorg-mode-a5cbe6a6cb761e2286bd91f319cdc91c62d5e304.tar.gz
adding list of SQL specific header argument names which should be inherited
* lisp/ob-sql.el (org-babel-header-arg-names:sql): SQL specific header argument names which should be inherited.
-rw-r--r--lisp/ob-sql.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 8d34356..8e92635 100644
--- a/lisp/ob-sql.el
+++ b/lisp/ob-sql.el
@@ -50,6 +50,9 @@
(defvar org-babel-default-header-args:sql '())
+(defvar org-babel-header-arg-names:sql
+ '(engine out-file))
+
(defun org-babel-expand-body:sql (body params)
"Expand BODY according to the values of PARAMS."
(org-babel-sql-expand-vars