浏览代码

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 年之前
父节点
当前提交
40d80baa1b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))