org-timeblock icon indicating copy to clipboard operation
org-timeblock copied to clipboard

org-timeblock/:catch: Cannot open load file: No such file or directory, compat-macs

Open skallinen opened this issue 1 year ago • 4 comments

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"))

skallinen avatar Oct 30 '23 13:10 skallinen

Have you tried installing it from MELPA using package.el?

M-x package-refresh-contents M-x package-install org-timeblock

ichernyshovvv avatar Oct 30 '23 14:10 ichernyshovvv

@skallinen Can you please check whether you still have this issue installing with straight?

ichernyshovvv avatar Dec 06 '23 15:12 ichernyshovvv

I also have this error, running emacs 30 on Linux..

rayvermey avatar Jul 03 '24 22:07 rayvermey

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)

unhammer avatar Sep 18 '24 09:09 unhammer