Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2022-12-31 16:13:46 +03:00
commit 24740a9e84
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 4 additions and 2 deletions

View File

@ -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