From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Priorities not inheriting [8.3.1 (8.3.1-56-g17a225-elpa @ /Users/luke/.emacs.d/elpa/org-20150817/)] Date: Wed, 19 Aug 2015 11:20:14 +0200 Message-ID: <87wpwrab3l.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRzW4-0007y4-Br for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 05:18:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRzW0-0007ij-0r for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 05:18:40 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRzVz-0007i3-Qe for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 05:18:35 -0400 In-Reply-To: (Luke Amdor's message of "Tue, 18 Aug 2015 08:47:09 -0500") 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: Luke Amdor Cc: org-mode Mode Hello, Luke Amdor writes: > Given a test.org with: > > * [#B] Test > ** TODO one > > > When I do the agenda to find TODO headlines with priority B I would expect > it to find the "TODO one", however it doesn't. I'm very sure this regressed > when upgrading to 8.3.1, as it worked fine in 8.3.0. Thanks! There is a misunderstanding here. Special properties, like PRIORITY, cannot be inherited. However, in this case, "one" has a default priority, defined in `org-default-priority'. Since it is usually B, it should appear nonetheless in your sparse tree. It is fixed. Thank you. Regards, -- Nicolas Goaziou