summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-06-22 19:12:14 -0700
committerEric Schulte <schulte.eric@gmail.com>2011-06-22 19:12:20 -0700
commit40d80baa1bd5f0460ac617e54a77de3f1a1c5261 (patch)
tree0eee37c98ee6a0f51f2a0ab3008f0a0c56e47794
parente734ed2c08cac7196159c12fa9f4e425870b70cd (diff)
downloadorg-mode-40d80baa1bd5f0460ac617e54a77de3f1a1c5261.tar.gz
ob-exp: less verbose when in batch mode
* lisp/ob-exp.el (org-babel-exp-src-block): Less verbose when in batch mode.
-rw-r--r--lisp/ob-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el
index ca0af4e..6594367 100644
--- a/lisp/ob-exp.el
+++ b/lisp/ob-exp.el
@@ -95,7 +95,7 @@ results - just like none only the block is run on export ensuring
none ----- do not display either code or results upon export"
(interactive)
- (message "org-babel-exp processing...")
+ (unless noninteractive (message "org-babel-exp processing..."))
(save-excursion
(goto-char (match-beginning 0))
(let* ((info (org-babel-get-src-block-info 'light))