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

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

[elpa] externals-release/org 1bcab6c04f: org-assert-version: Clarify tha


From: ELPA Syncer
Subject: [elpa] externals-release/org 1bcab6c04f: org-assert-version: Clarify that Org loading is aborted
Date: Wed, 25 Jan 2023 08:58:07 -0500 (EST)

branch: externals-release/org
commit 1bcab6c04f53c2efd3c0724a64d7175c42f99d47
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-assert-version: Clarify that Org loading is aborted
    
    * lisp/org-macs.el (org-assert-version): Explicitly state that Org
    loading is aborted.  Some users otherwise assume that the warning can
    be ignored.  Also, remove sentence about `load-path' as it is
    explained later in the warning text.
---
 lisp/org-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index 07c668a807..8d7b0b034f 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -46,7 +46,7 @@
   ;; `org-git-version' check because the generated Org version strings
   ;; will not match.
   `(unless (equal (org-release) ,(org-release))
-     (warn "Org version mismatch.  Make sure that correct `load-path' is set 
early in init.el
+     (warn "Org version mismatch.  Org loading aborted.
 This warning usually appears when a built-in Org version is loaded
 prior to the more recent Org version.
 



reply via email to

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