浏览代码

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