> Cc: [email protected], [email protected] > From: David Masterson <[email protected]> > Date: Thu, 08 Dec 2022 13:56:03 -0800 > > In my testing, I found a strange case where, in *scratch*, I get: > > (message "%s" org-version) > ;; Error undefined > ;; Do 'C-h v org-version' > (message "%s" org-version) > 9.3 > > So, 'describe-variable' on org-version causes Org to be loaded?!?
Why is it so surprising? Is this the first time you see that a Help command loads something to do its job?
