Help: Installation / configuration with Doom-Emacs
Hi,
org-timeblock seems to be exactly what I've been looking for. Unfortunately, it does not work for me with Doom-Emacs - at least not every time.
It seems to me that org-timeblock does not know which org-files to use. Sometimes it works, but most of the time it only keeps telling me "No Data." I suppose that every time I change the state of a todo item, org-timeblock reads only that specific file. However, this "workaround" doesn't work every time.
I think that because of Doom-Emacs, I have to do some manual configuration work. The only thing I did is putting the line "(package! org-timeblock)" in my packages.el.
Thanks in advance!
The key is in config adding :after org
(use-package! org-timeblock
:after org)