Browse Source

Tiny bugfix to org-drill.el

Signed-off-by: Paul Sexton <psexton@xnet.co.nz>
Paul Sexton 14 years ago
parent
commit
62d4dd68de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/org-drill.el

+ 1 - 1
contrib/lisp/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))