소스 검색

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