org-timeblock
org-timeblock copied to clipboard
org-timeblock/:catch: Cannot open load file: No such file or directory, compat-macs
on mac os. emacs 29.1.
getting the following error when trying to load org-timeblock
:org-timeblock/:catch: Cannot open load file: No such file or directory, compat-macs
Installing with:
(use-package org-timeblock
:straight (org-timeblock :type git
:host github
:repo "ichernyshovvv/org-timeblock"))
Have you tried installing it from MELPA using package.el?
M-x package-refresh-contents
M-x package-install org-timeblock
@skallinen Can you please check whether you still have this issue installing with straight?
I also have this error, running emacs 30 on Linux..
possibly because
** New package Compat.
Emacs now comes with a stub implementation of the
forwards-compatibility Compat package from GNU ELPA. This allows
built-in packages to use the library more effectively, and helps
preventing the installation of Compat if unnecessary.
? (I don't think that stub implementation has compat-macs)