From faaa6f7ee92fc33e9c873d9661a86c563bd72e86 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 16 Nov 2020 03:49:15 -0600 Subject: [PATCH] Test: Tidy This prevents extra output about buffers without headings. --- tests/test-org-ql.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index 3902187..9181500 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -1422,6 +1422,7 @@ RESULTS should be a list of strings as returned by (with-current-buffer buffer (erase-buffer) (org-mode) + (insert "* TODO Test heading\n\n") (insert link) (backward-char 1) (org-open-at-point)))