branch: master commit 5b1c81a3cf89d746c05a576dfa0bcf5271331396 Author: Ian D <du...@gnu.org> Commit: Ian D <du...@gnu.org>
Fixed error in last commit --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index 89cda05..73d2bd0 100644 --- a/org-edna.el +++ b/org-edna.el @@ -244,7 +244,7 @@ SCOPE and SKIP are their counterparts in `org-map-entries', but as strings. SCOPE defaults to \"agenda\", and SKIP defaults to nil." - (setq scope (or scope 'agenda) + (setq scope (or scope 'agenda)) (org-map-entries ;; Find all entries in the agenda files that match the given tag. (lambda nil (point-marker))