summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-11-21 11:27:39 +0100
committerLeon Rische <leon.rische@me.com>2020-11-21 11:27:39 +0100
commitf1a872b53b173b3c319e982084f333987ba81261 (patch)
tree8bbdeefe4ebc597924c9814a467bf25b006e20b1
parent8b38d7a81ed9d42f856d516b317d190f3c43931f (diff)
Autoload coherence check
-rw-r--r--org-fc-cache.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/org-fc-cache.el b/org-fc-cache.el
index 0d4a034..f10a257 100644
--- a/org-fc-cache.el
+++ b/org-fc-cache.el
@@ -152,6 +152,8 @@ are renamed or deleted."
;; TODO: There already is a similar check in org-fc,
;; those should be combined.
+
+;;;###autoload
(defun org-fc-cache-coherence-check ()
"Check if the entry at point is coherent with its cache representation.
This is especially relevant w.r.t a card's due date / suspension state before review."