From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Johnson Subject: Re: inherit priority Date: Thu, 4 Jan 2018 20:00:27 -0800 Message-ID: References: <87wp0ymxgy.fsf@nicolasgoaziou.fr> <92a7a7a4-a992-86f5-eb8f-2381213ad32f@gmail.com> <87o9mam43l.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXJB8-0000NE-U3 for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 23:00:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXJB4-0003ZQ-QW for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 23:00:22 -0500 Received: from mail-pf0-x22f.google.com ([2607:f8b0:400e:c00::22f]:35742) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eXJB3-0003Y2-Rt for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 23:00:18 -0500 Received: by mail-pf0-x22f.google.com with SMTP id j124so1719625pfc.2 for ; Thu, 04 Jan 2018 20:00:17 -0800 (PST) In-Reply-To: <87o9mam43l.fsf@nicolasgoaziou.fr> Content-Language: en-US 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 There have been several requests for priority inheritance over the years. If it can't currently be done, I am willing to take a look at implementing it. On 01/04/2018 12:15 AM, Nicolas Goaziou wrote: > Hello, > > Jesse Johnson writes: > >> 1. Set |org-use-property-inheritance '("PRIORITY")| >> >> 2. Create a new org file with this content: >> >> * [#A] parent >> ** child A >> ** child B >> >> 3. View org-columns (C-c C-x C-c in my setup) >> >> 4. Note that the children have priority B, while parent has priority >> A. > Oh yes, I realize now. PRIORITY is a special property: > > (info "(org) Special properties") > > They follow their own inheritance rules -- in this case, none. > > Regards, >