emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5b1c81a 049/135: Fixed error in last commit


From: Ian Dunn
Subject: [elpa] master 5b1c81a 049/135: Fixed error in last commit
Date: Mon, 17 Feb 2020 10:52:51 -0500 (EST)

branch: master
commit 5b1c81a3cf89d746c05a576dfa0bcf5271331396
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]