Hello, Matt Lundin <m...@imapmail.org> writes:
> I find that this commit (7c3e0b0fdfdc0cf1a4724cffe17b6bb160278247) > causes Org mode no longer to identify stuck projects correctly. > > Steps to reproduce: > > I am using emacs version 25.1.1 and the most recent commit in the Org > mode repo. > > /usr/bin/emacs -Q -l ~/minimal.el > > minimal.el contains... > > (add-to-list 'load-path "~/org-mode/lisp/") > (add-to-list 'load-path "~/org-mode/contrib/lisp/") > > (require 'org) > > (setq org-agenda-files '("~/config/test.org")) > > > ...and test.org contains... > > #+TODO: TODO NEXT | DONE > > * Headline > ** This project should not be stuck > *** TODO A next action > *** NEXT Another one Fixed. Thank you. Regards, -- Nicolas Goaziou