branch: externals/org-transclusion commit 1d6fb835789c9ebd217be2034807e722eaf41d72 Author: Joseph Turner <jos...@breatheoutbreathe.in> Commit: Noboru Ota <m...@nobiot.com>
fix: (unit-tests.el) require org-transclusion Resolves: unit-tests.el:8:19: Warning: the function `org-transclusion-org-file-p' is not known to be defined. --- test/unit-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit-tests.el b/test/unit-tests.el index 57dcddcbaa..a8339a6273 100644 --- a/test/unit-tests.el +++ b/test/unit-tests.el @@ -2,6 +2,7 @@ ;; org-transclusion unit tests ;; To run the tests you can use: M-x ert RET t RET ;; You can read more about ert here: https://www.gnu.org/software/emacs/manual/html_node/ert/index.html +(require 'org-transclusion) (ert-deftest org-transclusion-org-file-p-test () "Tests org-transclusion-org-file-p against string inputs."