diff options
| -rw-r--r-- | org-drill.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org-drill.el b/org-drill.el index 892bc29..4d7479c 100644 --- a/org-drill.el +++ b/org-drill.el @@ -1340,6 +1340,7 @@ See the documentation for `org-drill-get-item-data' for a description of these." (cond ((<= quality org-drill-failure-quality) (cl-incf failures) + (cl-incf totaln) (setf repeats 0 next-interval -1)) ((or (zerop repeats) |
