ichernyshovvv / org-timeblock

Schedule your day visually, using timeblocking technique inside Emacs
GNU General Public License v3.0
275 stars 18 forks source link

Dependency to org-ql #23

Closed gan-ainm closed 9 months ago

gan-ainm commented 1 year ago

Today I installed org-timeblock on Crafted Emacs v2beta, which by default uses package.el. org-timeblock, however, is installed using package-vc which caused an error when I tried to evaluate

(package-vc-install
 '(org-timeblock :url "https://github.com/ichernyshovvv/org-timeblock/"))

The message was

Compiling file /home/gan/.config/craftedemacs/elpa/org-timeblock/org-timeblock.el at Wed Sep  6 14:23:00 2023
org-timeblock.el:40:2: Error: Cannot open load file: No such file or directory, org-ql

A look into the package directories revealed that org-ql packages had been downloaded (via package.el) yet not compiled, however, org-timeblock was not able to find it.

After manually re-installing org-ql, org-timeblock compiled