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

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

[elpa] master f560f1b 056/135: Fixed error reporting


From: Ian Dunn
Subject: [elpa] master f560f1b 056/135: Fixed error reporting
Date: Mon, 17 Feb 2020 10:52:52 -0500 (EST)

branch: master
commit f560f1b0381312b56268e0f3eb289b314650737a
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]