From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Marking repeated tasks with two tags as DONE causes problems Date: Fri, 11 Aug 2017 11:06:28 +0200 Message-ID: <87poc279t7.fsf@nicolasgoaziou.fr> References: <87zib660wq.fsf@cns.nyu.edu> <87tw1e36oq.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dg5tq-00013P-Uy for emacs-orgmode@gnu.org; Fri, 11 Aug 2017 05:06:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dg5tn-0000tX-Qz for emacs-orgmode@gnu.org; Fri, 11 Aug 2017 05:06:34 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55894) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dg5tn-0000tH-LB for emacs-orgmode@gnu.org; Fri, 11 Aug 2017 05:06:31 -0400 In-Reply-To: <87tw1e36oq.fsf@yandex.com> (Colin Baxter's message of "Fri, 11 Aug 2017 08:27:33 +0100") 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: Colin Baxter Cc: emacs-orgmode@gnu.org, Josh Moller-Mara Hello, Colin Baxter writes: > Dear Josh, >>>>>> "Josh" == Josh Moller-Mara writes: > > Josh> Hello, > > Josh> I'm starting to encounter a strange, silent problem when > Josh> switching the state of a task with multiple tags. With the > Josh> following minimal example: > > Josh> #+STARTUP: logdone #+STARTUP: logdrawer > > Josh> * TODO Hello :hi:there: SCHEDULED: <2017-08-11 Fri .+1d> > > Josh> Switching The "hello" task from "TODO" to "DONE" should keep > Josh> the task as "TODO", but schedule it in the future. Instead, > Josh> the file ends up looking like: > > Josh> #STARTUP: logdone :hi:there: > > Josh> #+STARTUP: logdrawer * DONE Hello :hi:there: > > Josh> CLOSED: [2017-08-11 Fri 14:57] SCHEDULED: <2017-08-12 Sat > Josh> .+1d> > > Josh> Where the task is marked as "DONE", and weirdly tags are added > Josh> in some of the startup config at the beginning of the file. > > This may be related somehow to the problem mentioned in the thread > "Change in appearance of org-todo-keywords". It's good to have your > minimal example. I still cannot reproduce it. Does the very recent 10b1cfb0317274a91500562a2872f2626160f079 fix this? Regards, -- Nicolas Goaziou