diff options
| -rw-r--r-- | org-drill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el index 8ae749a..48ea08a 100644 --- a/org-drill.el +++ b/org-drill.el @@ -2715,7 +2715,7 @@ all the markers used by Org-Drill will be freed." lapsed-days)) (oref session overdue-data)))) (setf (oref session overdue-entries) - (mapcar 'first + (mapcar 'cl-first (append (sort (org-drill-shuffle not-lapsed) (lambda (a b) (> (cl-second a) (cl-second b)))) |
