diff options
author | Thanos Apollo <[email protected]> | 2023-12-23 13:58:08 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-23 13:58:08 +0200 |
commit | a2536f6851e721b893a14f9b1b70f76a119f4950 (patch) | |
tree | ba4f1075cc426553aa5462a303b0e4402c94f912 | |
parent | 3ede54117d2222c41e960d8411aa26e34c52cd49 (diff) |
gnosis-review: remove testing for id
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |