Browse Source

ob-exp: less verbose when in batch mode

* lisp/ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
  mode.
Eric Schulte 14 years ago
parent
commit
40d80baa1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-exp.el

+ 1 - 1
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))