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

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

[elpa] scratch/org-edna 628869b 56/72: Fixed error reporting


From: Ian Dunn
Subject: [elpa] scratch/org-edna 628869b 56/72: Fixed error reporting
Date: Sun, 21 May 2017 21:11:27 -0400 (EDT)

branch: scratch/org-edna
commit 628869ba5448f21c02fa8698c03bf953815eb5ef
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Fixed error reporting
    
    * org-edna.el (org-edna-run): Fixed error symbol.
---
 org-edna.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-edna.el b/org-edna.el
index 8c50555..634576a 100644
--- a/org-edna.el
+++ b/org-edna.el
@@ -205,7 +205,7 @@ Currently, the following are handled:
          (condition-case err
              ,@body
            (error
-            (if (eq (car err) 'invalid-syntax-error)
+            (if (eq (car err) 'invalid-read-syntax)
                 (org-edna--print-syntax-error (cdr err))
               (message "Edna Error: %s" (error-message-string err)))
             (setq org-block-entry-blocking (org-get-heading))



reply via email to

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