0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

Merge branch 'maint'

This commit is contained in:
Marco Wahl 2015-02-05 10:19:48 +01:00
commit a5c4568de5

View file

@ -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))))