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

Help: Installation / configuration with Doom-Emacs

Open akastos-s opened this issue 2 years ago • 1 comments

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!

akastos-s avatar Mar 12 '24 21:03 akastos-s

The key is in config adding :after org

(use-package! org-timeblock
  :after org)

edmundmiller avatar Jun 09 '25 05:06 edmundmiller