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

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

[elpa] externals/org 24740a9e84: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 24740a9e84: Merge branch 'bugfix'
Date: Sat, 31 Dec 2022 08:57:56 -0500 (EST)

branch: externals/org
commit 24740a9e84297b0b3ffbf74b79e59630466fc017
Merge: 5804176149 62dc49509c
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/org-macs.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index 0c6a2173d2..3cf2208227 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -74,11 +74,13 @@ Version mismatch is commonly encountered in the following 
situations:
    loading of the newer Org version.
 
    It is recommended to put
-    (straight-use-package 'org)
+    (straight-use-package %sorg)
    early in the config.  Ideally, right after the straight.el
    bootstrap.  Moving `use-package' :straight declaration may not be
    sufficient if the corresponding `use-package' statement is
-   deferring the loading.")
+   deferring the loading."
+           "'" ; Avoid `warn' replacing "'" with "’" (see `format-message').
+           )
      (error "Org version mismatch.  Make sure that correct `load-path' is set 
early in init.el")))
 
 ;; We rely on org-macs when generating Org version.  Checking Org



reply via email to

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