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

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

[elpa] scratch/org-edna 0444691 49/72: Fixed error in last commit


From: Ian Dunn
Subject: [elpa] scratch/org-edna 0444691 49/72: Fixed error in last commit
Date: Sun, 21 May 2017 21:11:26 -0400 (EDT)

branch: scratch/org-edna
commit 04446918e9d0dafc41657fcd528760d162feba62
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]