ob: changing the default header args for inline code blocks

This commit is contained in:
Eric Schulte 2011-02-04 13:28:51 -07:00
parent a9d2e4240a
commit 496ea6c527
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ specific header arguments as well.")
"Default arguments to use when evaluating a source block.")
(defvar org-babel-default-inline-header-args
'((:session . "none") (:results . "silent") (:exports . "results"))
'((:session . "none") (:results . "replace") (:exports . "results"))
"Default arguments to use when evaluating an inline source block.")
(defvar org-babel-current-buffer-properties nil