Re: [O] org-stuck-projects confuses a "Next" heading with the NEXT keyword

2017-01-24 Thread Nicolas Goaziou
Hello, Matt Lundin 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. > >

Re: [O] org-stuck-projects confuses a "Next" heading with the NEXT keyword

2017-01-24 Thread Matt Lundin
Hi Nicholas, Nicolas Goaziou writes: > Hello, > > Guy Mayraz writes: > >> I want every project to have a NEXT or WAIT keyword, and have defined >> org-stuck-projects as follows: >> >> (setq org-stuck-projects '("+LEVEL=2/-INACTIVE-DONE"

Re: [O] org-stuck-projects confuses a "Next" heading with the NEXT keyword

2017-01-22 Thread Nicolas Goaziou
Hello, Guy Mayraz writes: > I want every project to have a NEXT or WAIT keyword, and have defined > org-stuck-projects as follows: > > (setq org-stuck-projects '("+LEVEL=2/-INACTIVE-DONE" ("NEXT" "WAIT") nil > "")) > > It mostly works, but it does not identify as

[O] org-stuck-projects confuses a "Next" heading with the NEXT keyword

2017-01-18 Thread Guy Mayraz
I want every project to have a NEXT or WAIT keyword, and have defined org-stuck-projects as follows: (setq org-stuck-projects '("+LEVEL=2/-INACTIVE-DONE" ("NEXT" "WAIT") nil "")) It mostly works, but it does not identify as stuck a project that has a "Next items" subheading and no NEXT keyword.