From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: There can only be one item with priority 1? Date: Thu, 30 Jan 2014 16:51:30 +0100 Message-ID: <87iot1cvst.fsf@gmail.com> References: <52EA5887.3070002@jumans.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8ttV-0000vN-6i for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 10:51:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8ttN-0001Nj-UQ for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 10:51:09 -0500 Received: from plane.gmane.org ([80.91.229.3]:43409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8ttN-0001NS-Nn for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 10:51:01 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8ttK-0006UE-KV for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 16:50:58 +0100 Received: from g231232141.adsl.alicedsl.de ([92.231.232.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 16:50:58 +0100 Received: from tjolitz by g231232141.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 16:50:58 +0100 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 Fredrik writes: > When I think about priority I want to see if one item is more > prioritized then another. So if I have a list like this: > > * TODO Not important > * TODO Really important > * TODO Kind of import > > So setting in the priority would look like this : > > * TODO 3 Not important > * TODO 1 Really important > * TODO 2 Kind of import > > And adding a new item that is more important then kind of important > would look like this : > > * TODO 4 Not important > * TODO 1 Really important > * TODO 2 More important then kind of important > * TODO 3 Kind of import > > So is there any such functionality for handling priorities the anyone > knows of? I know there is the ABC but that doesn't support what I > shown here where I add an item in the middle of the list changes the > priority of everything below it? Why not use ABC and differentiate with tags, e.g.: * TODO [#C] Not important :low: * TODO [#A] Really important * TODO [#B] More important then kind of important * TODO [#C] Kind of import :medium: -- cheers, Thorsten