Browse Source

Make sure Org mode is turned on after loading the example file

* org-test.el (org-test-in-example-file): Make sure Org mode is turned
on after loading the example file.
David Maus 13 years ago
parent
commit
07d11a6847
1 changed files with 2 additions and 0 deletions
  1. 2 0
      testing/org-test.el

+ 2 - 0
testing/org-test.el

@@ -148,6 +148,8 @@ currently executed.")
      (save-window-excursion
        (save-match-data
 	 (find-file my-file)
+	 (unless (org-mode-p)
+	   (org-mode))
 	 (setq to-be-removed (current-buffer))
 	 (goto-char (point-min))
 	 (condition-case nil