diff options
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1374,7 +1374,7 @@ Cards with no positions are removed from the index." (dolist (card index) (unless (plist-get card :suspended) (let ((due - (remove-if-not + (cl-remove-if-not (lambda (pos) (time-less-p (plist-get pos :due) now)) (plist-get card :positions)))) |