Tiny bugfix to org-drill.el

Signed-off-by: Paul Sexton <psexton@xnet.co.nz>
This commit is contained in:
Paul Sexton 2011-05-11 17:57:13 +12:00
parent 49c2ae20c5
commit 62d4dd68de
1 changed files with 1 additions and 1 deletions

View File

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