From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-stuck-projects confuses a "Next" heading with the NEXT keyword Date: Tue, 24 Jan 2017 18:16:18 +0100 Message-ID: <871svs8jkt.fsf@nicolasgoaziou.fr> References: <87y3y3b66m.fsf@nicolasgoaziou.fr> <87efzs8s06.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cW4hv-000694-3O for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 12:16:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cW4hq-0006bG-Gn for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 12:16:34 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:35363) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cW4hq-0006ag-9z for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 12:16:30 -0500 In-Reply-To: <87efzs8s06.fsf@fastmail.fm> (Matt Lundin's message of "Tue, 24 Jan 2017 08:14:17 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Guy Mayraz Cc: emacs-orgmode@gnu.org 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. > > /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