From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guy Mayraz Subject: org-stuck-projects confuses a "Next" heading with the NEXT keyword Date: Thu, 19 Jan 2017 11:58:13 +1100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c056fa45942650546680854 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cU1Bb-0004AC-La for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 20:06:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cU1BY-0002bz-Ht for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 20:06:43 -0500 Received: from mail-gw1.its.unimelb.edu.au ([128.250.5.150]:59404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cU1BX-0002bK-VE for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 20:06:40 -0500 Received: from mail-qt0-f175.google.com (mail-qt0-f175.google.com [209.85.216.175]) (Authenticated sender: gmayraz) by mail-gw1.its.unimelb.edu.au (Postfix) with ESMTPSA id 0F30E282012 for ; Thu, 19 Jan 2017 11:58:36 +1100 (AEDT) Received: by mail-qt0-f175.google.com with SMTP id x49so40778244qtc.2 for ; Wed, 18 Jan 2017 16:58:35 -0800 (PST) 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: emacs-orgmode@gnu.org --94eb2c056fa45942650546680854 Content-Type: text/plain; charset=UTF-8 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. In case this is relevant, I have org-occur-case-fold-search set to 'smart, and this setting works as expected for org-occur, but not for org-stuck-projects. Thanks!! Guy --94eb2c056fa45942650546680854 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I want every project to have a NEXT or WAIT keyword, and h= ave defined org-stuck-projects as follows:

(setq or= g-stuck-projects '("+LEVEL=3D2/-INACTIVE-DONE" ("NEXT&qu= ot; "WAIT") nil ""))

It mostly= works, but it does not identify as stuck a project that has a "Next i= tems" subheading and no NEXT keyword.=C2=A0

I= n case this is relevant, I have org-occur-case-fold-search set to 'smar= t, and this setting works as expected for org-occur, but not for org-stuck-= projects.

Thanks!!

Guy

--94eb2c056fa45942650546680854--