From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Scherbanov Subject: Re: stuck project definition bug? Date: Sat, 18 Oct 2014 20:56:54 +0400 Message-ID: <69DD5108-B577-4234-9297-C55CCF786662@egotv.ru> References: <87siil35ba.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfXJT-00037j-5J for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 12:57:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfXJL-0004eg-MG for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 12:57:07 -0400 Received: from mail-la0-f45.google.com ([209.85.215.45]:51865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfXJL-0004cB-EP for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 12:56:59 -0400 Received: by mail-la0-f45.google.com with SMTP id q1so2117293lam.18 for ; Sat, 18 Oct 2014 09:56:57 -0700 (PDT) In-Reply-To: <87siil35ba.fsf@nicolasgoaziou.fr> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org >> (setq org-stuck-projects '("PROJECT" ("NEXT") nil nil)) >> This means that everything with a tag :PROJECT: without NEXT subtask = is a stuck project. >>=20 >> * TODO my stuck project = :PROJECT: >> ** TODO subtask >>=20 >> But it is not shown there. >=20 > I cannot reproduce it on latest Org, i.e., both tasks appear in the > stuck projects list. Hi, Nicolas. I=92sorry, I forgot to mention I=92m on the maint branch. I ran emacs -q and executed only lines that are needed for reproducing = this problem. And this definition of stuck projects worked indeed. I=92m trying to find what could break it for me. Any ideas? Thanks. Alex Scherbanov