[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Stuck projects view reverts to tag match on refresh [9.0.5]
From: |
Allen Li |
Subject: |
Re: [O] Bug: Stuck projects view reverts to tag match on refresh [9.0.5] |
Date: |
Wed, 19 Apr 2017 01:40:27 -0700 |
On Tue, Apr 18, 2017 at 1:33 AM, Nicolas Goaziou <address@hidden> wrote:
> 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 :project:
4. r
Buffer contents:
Headlines with TAGS match: project
Press ‘C-u r’ to search again with new search string
tmp: Stuck :project:
tmp: Unstuck :project:
tmp: TODO thing :project::
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.