From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: BUG: State change eats headings beginning with "Read" or "Reading" Date: Sun, 5 Apr 2009 10:25:08 +0530 Message-ID: References: <20524da70904042023s729653aah7cf44c8a0c19687@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 1LqKOJ-00073H-Cy for emacs-orgmode@gnu.org; Sun, 05 Apr 2009 00:55:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqKOE-00071a-N4 for emacs-orgmode@gnu.org; Sun, 05 Apr 2009 00:55:30 -0400 Received: from [199.232.76.173] (port=48197 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqKOE-00071W-DF for emacs-orgmode@gnu.org; Sun, 05 Apr 2009 00:55:26 -0400 Received: from ti-out-0910.google.com ([209.85.142.189]:63567) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqKOD-0005sp-K8 for emacs-orgmode@gnu.org; Sun, 05 Apr 2009 00:55:25 -0400 Received: by ti-out-0910.google.com with SMTP id y8so1369659tia.10 for ; Sat, 04 Apr 2009 21:55:23 -0700 (PDT) In-Reply-To: <20524da70904042023s729653aah7cf44c8a0c19687@mail.gmail.com> 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: Samuel Wales Cc: emacs-orgmode > On Sat, Apr 4, 2009 at 15:00, Manish wrote: >> Curiously state change causes the headings beginning with "Read" or "Reading >> to be chopped of those words. Example below. >> >> --8<---------------cut here---------------start------------->8--- >> # test file >> * Reading/RSS >> This heading becomes"/RSS" after S-right. >> * Read/RSS >> This heading also becomes "/RSS" after S-right. >> * Read RSS [snip] On Sun, Apr 5, 2009 at 8:53 AM, Samuel Wales wrote: > Manish, my crystal ball tells me that you have "READ" as a todo kw. And your crystal ball would be right. It was late at night and I was excited at the thought of discovering my first Org mode bug. That's my story and I am sticking with it. :) Of course, I should have been more diligent in my checks before putting my foot in my mouth. But may be TODO keywords should be made case sensitive? Thank you -- Manish