From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Re: Bug: Stuck projects view reverts to tag match on refresh [9.0.5] Date: Wed, 19 Apr 2017 01:40:27 -0700 Message-ID: References: <87bmrujkua.fsf@felesatra.moe> <8760i215et.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0lA5-0001hc-Im for emacs-orgmode@gnu.org; Wed, 19 Apr 2017 04:40:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0lA4-000842-LW for emacs-orgmode@gnu.org; Wed, 19 Apr 2017 04:40:29 -0400 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:36350) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0lA4-00083S-GF for emacs-orgmode@gnu.org; Wed, 19 Apr 2017 04:40:28 -0400 Received: by mail-oi0-x22d.google.com with SMTP id r203so19612509oib.3 for ; Wed, 19 Apr 2017 01:40:28 -0700 (PDT) In-Reply-To: <8760i215et.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" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Allen Li On Tue, Apr 18, 2017 at 1:33 AM, Nicolas Goaziou w= rote: > I cannot reproduce it. Could you provide an ECM? Create a file tmp.org with the contents: * Stuck :project: * Unstuck :project: ** TODO thing 1. emacs -q 2. Eval: (setq org-agenda-files '("~/tmp.org") org-stuck-projects '("project" ("TODO") nil "")) 3. M-x org-agenda RET # Buffer contents: List of stuck projects: tmp: Stuck :pro= ject: 4. r Buffer contents: Headlines with TAGS match: project Press =E2=80=98C-u r=E2=80=99 to search again with new search string tmp: Stuck :pro= ject: tmp: Unstuck :pro= ject: tmp: TODO thing :proj= ect:: I realize that this is using the stock Org mode that ships with Emacs, but it's the same behavior as org-20170210, which I believe is the latest and this repro is easier.