From 6f4abbdb03f0b790650f93ed2eff9608a71258c0 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Mon, 30 Dec 2019 12:23:46 -0600 Subject: [PATCH] Backwards Compat: org-agenda-bulk-unmark-all requires txt property A few of the marking/unmarking functions in org-agenda (for bulk operations) require the 'txt text property to differentiate between different search results. --- org-ql-view.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ql-view.el b/org-ql-view.el index 4b3509a..6d6abcb 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -974,6 +974,7 @@ return an empty string." ;; FIXME: Use proper prefix (concat " " it) (org-add-props it properties + 'txt string 'org-agenda-type 'search 'org-category category 'todo-state todo-keyword