From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: org priority cycling - removing priorities Date: Thu, 06 Sep 2007 14:37:24 +0100 Message-ID: <46E00294.6020403@calicojack.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITHYZ-0001Fz-S4 for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 09:38:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITHYY-0001Fb-AR for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 09:38:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITHYY-0001FX-40 for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 09:38:02 -0400 Received: from storm.bpweb.net ([83.223.106.8]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ITHYX-0003Wx-HA for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 09:38:01 -0400 Received: from [192.168.0.205] (host-77-97-226-21.static.telewest.net [77.97.226.21]) (authenticated bits=0) by storm.bpweb.net (8.13.1/8.13.1) with ESMTP id l86DbvHX004148 for ; Thu, 6 Sep 2007 14:37:57 +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: emacs-orgmode Every now and then I find myself mispressing SHIFT-up/SHIFT-down on an outline and assigning a priority to it. This then often leads me to navigating the point to the priority to delete it manually. It would be great if SHIFT-up/SHIFT-down would cycle through: [#A] [#B] [#C] _ - blank (i.e. no priority). This way I could easily undo the operation with the same keys. Is there any good reason not to have this behaviour? R.