From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: inherit priority Date: Thu, 04 Jan 2018 09:15:58 +0100 Message-ID: <87o9mam43l.fsf@nicolasgoaziou.fr> References: <87wp0ymxgy.fsf@nicolasgoaziou.fr> <92a7a7a4-a992-86f5-eb8f-2381213ad32f@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eX0h4-0005cF-1O for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 03:16:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eX0h0-0001pB-2E for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 03:16:06 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:51030) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eX0gz-0001oe-S8 for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 03:16:01 -0500 In-Reply-To: <92a7a7a4-a992-86f5-eb8f-2381213ad32f@gmail.com> (Jesse Johnson's message of "Wed, 3 Jan 2018 20:04:56 -0800") 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: Jesse Johnson Cc: emacs-orgmode@gnu.org 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, -- Nicolas Goaziou