From 2b0730d53b96b3fa82471df49165512a4761db0a Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sat, 20 Jul 2019 23:11:07 -0500 Subject: [PATCH] Comment: Add FIXME --- org-ql.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ql.el b/org-ql.el index f48377e..8c956e0 100644 --- a/org-ql.el +++ b/org-ql.el @@ -222,6 +222,7 @@ a list of defined `org-ql' sorting methods: `date', `deadline', (<= #'<=) (>= #'>=)) ,query)))))) + ;; FIXME: Don't try to byte-compile already-compiled functions. (action (byte-compile action)) ;; TODO: Figure out how to use or reimplement the org-scanner-tags feature. ;; (org-use-tag-inheritance t)