summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-06-15 21:49:55 -0700
committerEric Schulte <schulte.eric@gmail.com>2011-06-15 21:49:55 -0700
commit01ebf445aa8cbe687c8525043d0adafd2663f6be (patch)
tree65c41b5e221dc492cc1734df696241e9722d00f2
parent71c5f252bab0f19dfb1c1b63d5f54816003327a3 (diff)
downloadorg-mode-01ebf445aa8cbe687c8525043d0adafd2663f6be.tar.gz
ob: adding noweb-ref to the list of header argument names
* lisp/ob.el (org-babel-header-arg-names): Adding noweb-ref to the list of header argument names.
-rw-r--r--lisp/ob.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index 1248aca..cc03ed8 100644
--- a/lisp/ob.el
+++ b/lisp/ob.el
@@ -291,7 +291,8 @@ then run `org-babel-pop-to-session'."
(defconst org-babel-header-arg-names
'(cache cmdline colnames dir exports file noweb results
- session tangle var eval noeval comments no-expand shebang padline)
+ session tangle var eval noeval comments no-expand shebang
+ padline noweb-ref)
"Common header arguments used by org-babel.
Note that individual languages may define their own language
specific header arguments as well.")