From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: bug in sorting and setting priority Date: Fri, 10 Apr 2009 14:41:20 -0700 Message-ID: <20524da70904101441n24f1536bmc007ba07515d03e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsOTu-0000of-LL for emacs-orgmode@gnu.org; Fri, 10 Apr 2009 17:41:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsOTp-0000mP-Vl for emacs-orgmode@gnu.org; Fri, 10 Apr 2009 17:41:50 -0400 Received: from [199.232.76.173] (port=49314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsOTp-0000mB-Pf for emacs-orgmode@gnu.org; Fri, 10 Apr 2009 17:41:45 -0400 Received: from wa-out-1112.google.com ([209.85.146.181]:10279) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsOTm-0003Qm-3p for emacs-orgmode@gnu.org; Fri, 10 Apr 2009 17:41:42 -0400 Received: by wa-out-1112.google.com with SMTP id j40so583975wah.26 for ; Fri, 10 Apr 2009 14:41:40 -0700 (PDT) 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 A lower case version of a todo kw at the beginning of a headline, when in lower case, causes sort to ignore the word. Also, setting priority with shift down causes the cookie to be inserted in the wrong place. Latest git. Thanks.