浏览代码

mk/default.mk, testing/org-test.el: set org-startup-folded to nil

* mk/default.mk (BATCH), testing/org-test.el: Set `org-startup-folded´
  to nil to avoid lots of "OVERVIEW" messages cluttering the output.
Achim Gratz 11 年之前
父节点
当前提交
61e8f03364
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      mk/default.mk
  2. 1 1
      testing/org-test.el

+ 1 - 1
mk/default.mk

@@ -75,7 +75,7 @@ BTEST	= $(BATCH) \
 # Using emacs in batch mode.
 # BATCH = $(EMACS) -batch -vanilla # XEmacs
 BATCH	= $(EMACS) -batch -Q \
-	  --eval '(setq vc-handled-backends nil)'
+	  --eval '(setq vc-handled-backends nil org-startup-folded nil)'
 
 # Emacs must be started in toplevel directory
 BATCHO	= $(BATCH) \

+ 1 - 1
testing/org-test.el

@@ -420,7 +420,7 @@ Load all test files first."
   (let ((org-id-track-globally t)
 	(org-test-selector
 	 (if org-test-selector org-test-selector "\\(org\\|ob\\)"))
-	org-confirm-babel-evaluate vc-handled-backends)
+	org-confirm-babel-evaluate org-startup-folded vc-handled-backends)
     (org-test-touch-all-examples)
     (org-test-update-id-locations)
     (org-test-load)