From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Subject: There can only be one item with priority 1? Date: Thu, 30 Jan 2014 14:49:59 +0100 Message-ID: <52EA5887.3070002@jumans.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8s0S-0006WN-FS for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 08:50:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8s0J-0000k1-WE for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 08:50:12 -0500 Received: from mail.talkactive.net ([195.128.174.72]:22945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8s0J-0000Xf-Qv for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 08:50:03 -0500 Received: from se1-devel-90.a.snowmen.se (fw01d.snowmen.se [80.169.182.163]) (Authenticated sender: fredrik@jumans.net) by mail.talkactive.net (Postfix) with ESMTPSA id 0CA342A097B for ; Thu, 30 Jan 2014 14:49:54 +0100 (CET) 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 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? Regards, Fredrik