summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnosis.el b/gnosis.el
index 4b28e95..a1199e2 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -850,10 +850,10 @@ SUCCESS is a binary value, 1 = success, 0 = failure.
Returns a list of the form ((yyyy mm dd) ef)."
(let ((ff gnosis-algorithm-ff)
(ef (nth 2 (gnosis-get 'ef 'review `(= id ,id))))
- (c-success (gnosis-get 'c-success 'review-log `(= id ,id))))
+ (t-success (gnosis-get 't-success 'review-log `(= id ,id))))
(gnosis-algorithm-next-interval (gnosis-review--get-offset id)
(gnosis-get 'n 'review-log `(= id ,id))
- ef success ff c-success)))
+ ef success ff t-success)))
(defun gnosis-review-due-notes--with-tags ()
"Return a list of due note tags."