From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: Extra space inserted in repeated tasks' date line Date: Thu, 18 Aug 2011 09:55:34 +0200 Message-ID: <877h6bcfwp.fsf@gnu.org> References: <20110815120242.GA9035@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtxRH-0007VT-RT for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 03:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtxRH-0008Dq-0W for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 03:54:55 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtxRG-0008Dj-RA for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 03:54:54 -0400 Received: by wyi11 with SMTP id 11so1418946wyi.0 for ; Thu, 18 Aug 2011 00:54:54 -0700 (PDT) In-Reply-To: <20110815120242.GA9035@gmail.com> (Markus Berlin's message of "Mon, 15 Aug 2011 14:02:43 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Markus Berlin Cc: emacs-orgmode@gnu.org Hi Markus, Markus Berlin writes: > some time ago I noticed this small bug (small but it keeps annoying me!): > > If the following are set: > > (setq org-log-done 'time) > (setq org-log-repeat nil) > > then if you press C-c C-t on a repeated tasks, like this one: > > * TODO do nothing > SCHEDULED: <2011-08-12 Fr .+2d> > > an extra space is introduced just before "SCHEDULED", i.e. you get: > > * TODO do nothing > SCHEDULED: <2011-08-17 Mi .+2d> > ^ > > instead of what you want: > > * TODO do nothing > SCHEDULED: <2011-08-17 Mi .+2d> This is fixed in the current git repo -- please test and confirm. Thanks, -- Bastien