diff options
| author | eeeickythump <devnull@localhost> | 2011-05-11 17:55:34 +1200 |
|---|---|---|
| committer | eeeickythump <devnull@localhost> | 2011-05-11 17:55:34 +1200 |
| commit | 0eca79a7965937ab098f584d7ecc8f31095e66e0 (patch) | |
| tree | ddb9f356bff54fc6b8f4d7b18959c97508484215 | |
| parent | ce3e540b009a8f54a6d2dd08d0c9fcb8b32593d5 (diff) | |
| download | org-drill-0eca79a7965937ab098f584d7ecc8f31095e66e0.tar.gz org-drill-0eca79a7965937ab098f584d7ecc8f31095e66e0.zip | |
Tiny fix to org-drill-map-entries.
| -rwxr-xr-x | org-drill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el index 98642cb..074cc99 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)) |
