From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: bug: org-mouse broken Date: Wed, 28 Sep 2011 18:06:26 +0200 Message-ID: References: <878vpgacc2.fsf@gmail.com> <874o04a0yf.fsf@gmail.com> <87zkhv8aya.fsf@gmail.com> <87ipochdeq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8weU-0008AP-MO for emacs-orgmode@gnu.org; Wed, 28 Sep 2011 12:06:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8weS-0004Yu-B5 for emacs-orgmode@gnu.org; Wed, 28 Sep 2011 12:06:30 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:51479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8weS-0004YT-2o for emacs-orgmode@gnu.org; Wed, 28 Sep 2011 12:06:28 -0400 Received: by wwp14 with SMTP id 14so6942226wwp.30 for ; Wed, 28 Sep 2011 09:06:26 -0700 (PDT) In-Reply-To: <87ipochdeq.fsf@gmail.com> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas On Wed, Sep 28, 2011 at 17:53, Nicolas Goaziou wrote: > Hello, > > Michael Brand writes: > >> Only now I stumbled upon an issue with org-shiftleft and >> org-shiftright which I use rarely. On a heading without any todo >> keyword and with >> (setq org-todo-keywords '((sequence "1" "2" "3" "|" "-3" "-2" "-1"))) >> - C- changes to -2 instead of -1 >> - C- states the buffer modified but leaves the heading still >> =A0 without any todo keyword instead of 1 > > This should be fixed. Patch follows. > > Thanks again, I can confirm that the issue is resolved. Thank you. Michael