Mention loaded Org version during bootstrap

This commit is contained in:
TEC 2022-09-25 19:13:13 +08:00
parent fa498373d8
commit 18a85e810a
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ To start with, we'll check if we are:
(locate-library "org"))))
(cond
((and noninteractive (fboundp 'exit!))
(print! (warn "Detected conditions provoking a config bootstrap"))
(print! (warn (format "Detected conditions provoking a config bootstrap (Org %s)" (org-version))))
(print! (start "Initiating bootstrap..."))
<<bootstrap-perform>>
)