From a2536f6851e721b893a14f9b1b70f76a119f4950 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 23 Dec 2023 13:58:08 +0200 Subject: gnosis-review: remove testing for id --- gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index d227252..8d91c21 100644 --- a/gnosis.el +++ b/gnosis.el @@ -165,7 +165,7 @@ TAGS are used to organize questions." 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 1))))) + (ef (nth 2 (gnosis-get 'ef 'review `(= id ,id))))) (gnosis-algorithm-next-interval (gnosis-review--get-offset id) (gnosis-get 'n 'review-log `(= id ,id)) ef -- cgit v1.2.3