From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: Problem sorting by priority Date: Wed, 15 Apr 2009 12:27:44 +0100 Message-ID: References: <87A1A296-BB03-4D38-91B0-0FD26FA2452C@gmail.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 1Lu3Hg-00076E-67 for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 07:28:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu3Hb-00075u-MN for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 07:28:03 -0400 Received: from [199.232.76.173] (port=40630 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu3Hb-00075r-Fq for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 07:27:59 -0400 Received: from main.gmane.org ([80.91.229.2]:54934 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lu3Hb-0004dV-5H for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 07:27:59 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lu3HY-0002l7-KI for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 11:27:57 +0000 Received: from cpc3-rdng14-0-0-cust786.winn.cable.ntl.com ([82.0.211.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Apr 2009 11:27:56 +0000 Received: from paul.d.mead by cpc3-rdng14-0-0-cust786.winn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Apr 2009 11:27:56 +0000 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@gnu.org Carsten Dominik writes: > > Try > > #+PRIORITIES: A D D > > this may be more to your liking. > > - Carsten So, that's a local setting for highest, lowest, default right? Thanks, I'll use that. Paul