emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-drill dd55dbe699 187/251: Fix call to org-drill-entry-


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill dd55dbe699 187/251: Fix call to org-drill-entry-overdue-p
Date: Mon, 17 Jan 2022 18:59:16 -0500 (EST)

branch: elpa/org-drill
commit dd55dbe69942a9ad31ab7005bb0d928832851f5d
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    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

[Prev in Thread] Current Thread [Next in Thread]