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.
This commit is contained in:
Achim Gratz 2013-11-30 17:02:46 +01:00
parent 45509c4490
commit 61e8f03364
2 changed files with 2 additions and 2 deletions

View File

@ -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) \

View File

@ -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)