branch: externals-release/org commit 1bcab6c04f53c2efd3c0724a64d7175c42f99d47 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@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.