Nick Dokos <nicholas.do...@hp.com> wrote:

> 
> Commit 8c3ecbe3 introduced a new dependency
> 
>  org-agenda.el --> org-clock.el
> 
> by moving the org-hh:mm-string-to-minutes etc. functions into org-clock.el.
> Presumably, org-agenda.el now needs a
> 
>  (require 'org-clock)
> 

... except that that creates a circular dependency - sigh. I added a

(require 'org-clock)

in my init file to resolve the dependency, but that feels wrong.

Nick

Reply via email to