branch: elpa/org-drill
commit 0eca79a7965937ab098f584d7ecc8f31095e66e0
Author: eeeickythump <devnull@localhost>
Commit: eeeickythump <devnull@localhost>
Tiny fix to org-drill-map-entries.
---
org-drill.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-drill.el b/org-drill.el
index 98642cbf08..074cc99527 100755
--- a/org-drill.el
+++ b/org-drill.el
@@ -454,7 +454,7 @@ Example: (round-float 3.56755765 3) -> 3.568"
time))
-(defun org-map-drill-entries (func scope &rest skip)
+(defun org-map-drill-entries (func &optional scope &rest skip)
"Like `org-map-entries', but only drill entries are processed."
(apply 'org-map-entries func
(concat "+" org-drill-question-tag) scope skip))