aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-drill.el2
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))))