summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2015-02-05 10:18:15 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2015-02-05 10:18:15 +0100
commitddaa1d745cd3ec6cdf2e897af0dbf44dab980644 (patch)
treea72813c13ec702e05c37e77ea7a2a7ddf00f299a
parent5542a4fd95dd96939ad237a3695a511c8a735e4c (diff)
downloadorg-mode-ddaa1d745cd3ec6cdf2e897af0dbf44dab980644.tar.gz
contrib/org-drill.el: update to v2.4.4
-rw-r--r--contrib/lisp/org-drill.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/lisp/org-drill.el b/contrib/lisp/org-drill.el
index 93c37e3..b2b47ee 100644
--- a/contrib/lisp/org-drill.el
+++ b/contrib/lisp/org-drill.el
@@ -2,7 +2,7 @@
;;; org-drill.el - Self-testing using spaced repetition
;;;
;;; Author: Paul Sexton <eeeickythump@gmail.com>
-;;; Version: 2.4.3
+;;; Version: 2.4.4
;;; Repository at http://bitbucket.org/eeeickythump/org-drill/
;;;
;;;
@@ -2439,7 +2439,7 @@ that many days)."
(timestamp
(- (org-time-stamp-to-now timestamp)))
(use-last-interval-p
- (+ (org-drill-entry-days-overdue)
+ (+ (or (org-drill-entry-days-overdue) 0)
(read (or (org-entry-get (point) "DRILL_LAST_INTERVAL") "0"))))
(t nil))))