From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Detect state changes correctly if todo state names contain German umlauts Date: Fri, 08 Sep 2017 21:20:44 +0200 Message-ID: <87fubxuhdf.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqOpc-0005H6-78 for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 15:20:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqOpb-0003BB-8K for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 15:20:48 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:47435) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqOpa-00039M-Pl for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 15:20:47 -0400 In-Reply-To: (email@edgar-kalkowski.de's message of "Fri, 8 Sep 2017 16:00:22 +0200") 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" To: email@edgar-kalkowski.de Cc: emacs-orgmode@gnu.org Hello, email@edgar-kalkowski.de writes: > as I am from Germany I use an umlaut in one of my org todo state names. I > noticed that state changes concerning that state are not picked up by the > org agenda view. This is due to umlauts missing from a regular expression > that is used to detect lines with state changes in them in the logbook > drawer. > > To remedy this issue I propose to apply the appended patch. Thank you! I applied something slightly different, though. Does it solve your issue? Regards, -- Nicolas Goaziou