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 12:59:49 +0200 Message-ID: <8737zfa6hm.fsf@nicolasgoaziou.fr> References: <87wpwrab3l.fsf@nicolasgoaziou.fr> <87fv3fmvmz.fsf@gnu.org> <87fv3fa7rh.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS14P-0000fM-PJ for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 06:58:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS14P-0004T4-07 for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 06:58:13 -0400 In-Reply-To: <87fv3fa7rh.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 19 Aug 2015 12:32:18 +0200") 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: Bastien Cc: org-mode Mode , Luke Amdor Correcting myself, > AFAIK, PRIORITY never was intended to be inherited. Inheritance applies > to node properties, i.e. property drawers, whereas special properties, > like PRIORITY are, by definition, not set through property drawers. This is incorrect. What I mean is inheritance is not automatic for special properties, unlike to regular node properties. In any case, this doesn't depend on `org-use-property-inheritance'. Few of the special properties are inherited, e.g., BLOCKED, and /always/ are, most are never inherited, e.g. ITEM. > There is also a technical issue: Org defines a default priority, so > PRIORITY is never empty. Again, inheritance kicks in when a property is > undefined at some level. This never happens in this case. We need to redefine `org-default-prority' to solve this, e.g., the variable only applies to top-level items.