Closed markbil closed 3 years ago
I just tried installing and loading v2.1.1 through melpa-stable - getting same error.
alright, I realised this has nothing to do with org-journal, but is rather a problem due to a mixed installation of the built-in version of org
that is bundled into emacs and a newer, manually updated version of org. more specifically, the variable org-version
somehow ended up being an empty string, which caused the issue described above.
I deleted the newer (manually installed) version of org-mode, and installed a fresh one through Org Elpa archive which solved the issue. (to double-check run C-h v org-version
- which after the re-installation showed that the variable is not an empty string any more, but actually contains org's version number)
I just installed org-journal (20210119.2137) through melpa, and added
(require 'org-journal)
to myinit.el
.when I (re-)start emacs I receive the following error, which points back to the
(require 'org-journal)
line in init.el:Is this a bug? If it's not, any ideas what I am doing wrong?
emacs --debug-init
throws the following details: