mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Tiny bugfix to org-drill.el
Signed-off-by: Paul Sexton <psexton@xnet.co.nz>
This commit is contained in:
parent
49c2ae20c5
commit
62d4dd68de
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user