From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Org Habits does not recalculate the "Scheduled:" line [8.3.2 (release_8.3.2-441-ga87dea @ /home/swflint/.emacs.d/org-mode/lisp/)] Date: Sun, 03 Jan 2016 10:32:14 +0100 Message-ID: <878u47rotd.fsf@nicolasgoaziou.fr> References: <87ege0a68o.fsf@turing.flintfam.org> <87io3cjgdk.fsf@nicolasgoaziou.fr> <877fjs9dk5.fsf@turing.flintfam.org> <87wprshrd9.fsf@nicolasgoaziou.fr> <87oad391o4.fsf@turing.flintfam.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFeza-00062F-Qx for emacs-orgmode@gnu.org; Sun, 03 Jan 2016 04:30:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFezW-00079P-Jx for emacs-orgmode@gnu.org; Sun, 03 Jan 2016 04:30:23 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:47766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFezW-00078x-Dz for emacs-orgmode@gnu.org; Sun, 03 Jan 2016 04:30:22 -0500 In-Reply-To: <87oad391o4.fsf@turing.flintfam.org> (Samuel W. Flint's message of "Sat, 02 Jan 2016 15:17:15 -0500") 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: "Samuel W. Flint" Cc: Org-Mode Hello, swflint@flintfam.org (Samuel W. Flint) writes: > The buffer starts out like so: > > * TODO Weekly Review > SCHEDULED: <2016-01-01 Fri .+1w/2w> > :PROPERTIES: > :STYLE: habit > :END: > > With the point on any part of the headline, C-c C-t switches to DONE, > and the SCHEDULED line is updated, as long as there isn't any > customization of TODO states, and is updated to look like so: > > * TODO Weekly Review > SCHEDULED: <2016-01-09 Sat .+1w/2w> > :PROPERTIES: > :STYLE: habit > :LAST_REPEAT: [2016-01-02 Sat 15:14] > :END: > - State "DONE" from "TODO" [2016-01-02 Sat 15:14] > > If I have other TODO states setup, such as: > #+TODO: TODO(t) WORKING(w) | DONE(d!) > #+TODO: | CANCELED(c!) > the SCHEDULED line is not updated, but rather removed. Still no luck. I tried to change TODO keyword in the following buffer #+TODO: TODO(t) WORKING(w) | DONE(d!) #+TODO: | CANCELED(c!) * TODO Weekly Review SCHEDULED: <2016-01-09 sam. .+1w/2w> :PROPERTIES: :STYLE: habit :END: but I cannot reproduce your problem, neither on stable or development version, with or without `org-log-into-drawer'. Regards, -- Nicolas Goaziou