From fabf73b060684f99ed26a9a6babdcc32ac0d338c Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 7 Jul 2010 15:46:24 -0700 Subject: [PATCH] babel: Added (:tangle . "no") to the default header arguments * lisp/ob.el (org-babel-default-header-args): Added (:tangle . "no") to the default header arguments. This is already the intended behavior, but it's better to be more explicit about such things. --- lisp/ob.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob.el b/lisp/ob.el index 5303f2d90..6ac253d9c 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -237,7 +237,7 @@ header arguments as well.") (defvar org-babel-default-header-args '((:session . "none") (:results . "replace") (:exports . "code") - (:cache . "no") (:noweb . "no") (:hlines . "no")) + (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no")) "Default arguments to use when evaluating a source block.") (defvar org-babel-default-inline-header-args