From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Pohlack Subject: Re: [PATCH] Implement priority inheritance for agenda views. Date: Mon, 21 Nov 2011 14:48:01 +0100 Message-ID: <4ECA5691.9080603@os.inf.tu-dresden.de> References: <1306412516-3562-1-git-send-email-hohmuth@sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSUEJ-0007Q4-7R for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 08:48:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSUEC-0001lM-20 for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 08:48:15 -0500 Received: from os.inf.tu-dresden.de ([141.76.48.99]:44673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSUEB-0001l0-Qk for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 08:48:08 -0500 Received: from [217.9.48.20] (helo=[165.204.15.163]) by os.inf.tu-dresden.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) id 1RSUEA-0002la-7V for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 14:48:06 +0100 In-Reply-To: <1306412516-3562-1-git-send-email-hohmuth@sax.de> 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: emacs-orgmode@gnu.org Hi All, On 26.05.2011 14:21, Michael Hohmuth wrote: > * lisp/org.el (org-use-prio-inheritance): New customizable for using > priority inheritance in agenda views. Defaults to off > (org-get-priority-char): Factored out from org-get-priority. Return > priority token from headline, defaulting to an optional fallback or > org-default-priority. > (org-get-priority): Use org-get-priority-char. Default to an optional > fallback or org-default-priority. > (org-scan-tags): Assign and display priority according to > org-use-prio-inheritance. > --- > This patch can be pulled from branch prio-inherit at > git://github.com/altruizine/org-mode.git . > > I am aware that priority inheritance for to-do items has been > requested and rejected in the past, on the grounds of inherited > priorities allegedly inflating the number of assigned priorities, > thereby defeating the purpose of priorities. Well, I disagree, as I > have found inherited priorities useful in practice. I would be interested in this functionality. What is needed to merge this? Thanks, Martin