From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Feature request: inherited priorities Date: Wed, 29 Apr 2009 13:13:13 -0500 Message-ID: <87skjrjpl2.fsf@fastmail.fm> References: <1241016041.16824.1312919817@webmail.messagingengine.com> <87zldz8odu.fsf@fastmail.fm> <1241021417.7968.1312937215@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzEHb-0001Gq-Im for emacs-orgmode@gnu.org; Wed, 29 Apr 2009 14:13:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzEHX-0001Eh-Q0 for emacs-orgmode@gnu.org; Wed, 29 Apr 2009 14:13:23 -0400 Received: from [199.232.76.173] (port=38308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzEHX-0001EY-FJ for emacs-orgmode@gnu.org; Wed, 29 Apr 2009 14:13:19 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:43993) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LzEHW-0000cD-Rj for emacs-orgmode@gnu.org; Wed, 29 Apr 2009 14:13:19 -0400 In-Reply-To: <1241021417.7968.1312937215@webmail.messagingengine.com> (Peter Westlake's message of "Wed, 29 Apr 2009 17:10:17 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Peter Westlake Cc: emacs-orgmode@gnu.org "Peter Westlake" writes: > On Wed, 29 Apr 2009 10:34:37 -0500, "Matthew Lundin" > said: >> "Peter Westlake" writes: >> >> > I would like to suggest that priorities should be inherited. After >> > all, if a task is high priority, then doing the individual parts of >> > it must be too. > > ... > >> Have you checked out the variable org-use-property-inheritance? >> >> Also see this section of the manual: >> >> http://orgmode.org/manual/Property-inheritance.html#Property-inheritance > > Matt, > > Thanks for the suggestion, but priority isn't defined by a property in > the usual way, so this doesn't work. > Oops, sorry. I read "priorities" in your email as properties. If the only issue is tag searches, the following works for me - i.e., subtrees inherit PRIORITY: --8<---------------cut here---------------start------------->8--- (setq org-use-property-inheritance '("PRIORITY")) --8<---------------cut here---------------end--------------->8--- I haven't tested to see what happens with sorting - my guess is that this only applies to searches. Regards, Matt