branch: elpa/org-drill
commit dd55dbe69942a9ad31ab7005bb0d928832851f5d
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    Fix call to org-drill-entry-overdue-p
    
    Missing the session argument.
---
 org-drill.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-drill.el b/org-drill.el
index d6ac8cf4e1..0704e4fc76 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -2878,7 +2878,7 @@ STATUS is one of the following values:
          :failed)
         ((org-drill-entry-new-p)
          :new)
-        ((org-drill-entry-overdue-p due last-int)
+        ((org-drill-entry-overdue-p session due last-int)
          ;; Overdue status overrides young versus old
          ;; distinction.
          ;; Store marker + due, for sorting of overdue entries

Reply via email to