Comment: Add FIXME

This commit is contained in:
Adam Porter 2019-07-20 23:11:07 -05:00
parent a56d173eb5
commit 2b0730d53b

View file

@ -222,6 +222,7 @@ a list of defined `org-ql' sorting methods: `date', `deadline',
(<= #'<=) (<= #'<=)
(>= #'>=)) (>= #'>=))
,query)))))) ,query))))))
;; FIXME: Don't try to byte-compile already-compiled functions.
(action (byte-compile action)) (action (byte-compile action))
;; TODO: Figure out how to use or reimplement the org-scanner-tags feature. ;; TODO: Figure out how to use or reimplement the org-scanner-tags feature.
;; (org-use-tag-inheritance t) ;; (org-use-tag-inheritance t)