From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Recurring todos gets closed and not re-scheduled Date: Fri, 15 Jan 2016 15:19:20 +0100 Message-ID: <2016-01-15T15-10-01@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK5EA-0006h1-FM for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 09:19:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK5E6-0007oV-9V for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 09:19:46 -0500 Received: from plane.gmane.org ([80.91.229.3]:53267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK5E6-0007oM-1v for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 09:19:42 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aK5E2-0005jf-E7 for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 15:19:38 +0100 Received: from friends.grml.info ([136.243.234.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jan 2016 15:19:38 +0100 Received: from news1142 by friends.grml.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jan 2016 15:19:38 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! I recently updated Org to d85ff34086e5398b7c83cf66694f3f7d09695ce8 (git). When I mark following recurring todos as done, all of them gets marked as DONE and CLOSED. ,----[ examples before being marked as DONE ] | *** NEXT Test task with scheduled | SCHEDULED: <2016-01-17 Sun +1w> | :PROPERTIES: | :CREATED: [2016-01-15 Fri 15:06] | :END: | | *** NEXT Test task with deadline | DEADLINE: <2016-01-17 Sun +1w> | :PROPERTIES: | :CREATED: [2016-01-15 Fri 15:06] | :END: | | *** NEXT Test task with scheduled + deadline | DEADLINE: <2016-01-17 Sun +1w> SCHEDULED: <2016-01-17 Sun +1w> | :PROPERTIES: | :CREATED: [2016-01-15 Fri 15:07] | :END: `---- ,----[ examples after being marked as DONE ] | *** DONE Test task with scheduled | CLOSED: [2016-01-15 Fri 15:15] SCHEDULED: <2016-01-17 Sun +1w> | :PROPERTIES: | :CREATED: [2016-01-15 Fri 15:06] | :END: | :LOGBOOK: | - State "DONE" from "NEXT" [2016-01-15 Fri 15:15] | :END: | | *** DONE Test task with deadline | CLOSED: [2016-01-15 Fri 15:15] DEADLINE: <2016-01-17 Sun +1w> | :PROPERTIES: | :CREATED: [2016-01-15 Fri 15:06] | :END: | :LOGBOOK: | - State "DONE" from "NEXT" [2016-01-15 Fri 15:15] | :END: | | *** DONE Test task with scheduled + deadline | CLOSED: [2016-01-15 Fri 15:15] DEADLINE: <2016-01-17 Sun +1w> SCHEDULED: <2016-01-17 Sun +1w> | :PROPERTIES: | :CREATED: [2016-01-15 Fri 15:07] | :END: | :LOGBOOK: | - State "DONE" from "NEXT" [2016-01-15 Fri 15:15] | :END: `---- The previous behavior was different: recurring todos got re-scheduled for the next iteration. I need this behavior back otherwise recurring todos are of no use to me. I found in ORG-NEWS: ,---- | *** Clear non-repeated SCHEDULED upon repeating a task | If the task is repeated, and therefore done at least one, scheduling | information is no longer relevant. It is therefore removed. `---- ... with reference to [1] Does my issue relate to this change? Is it a bug? Do I have to modify my settings? Thanks! [1] http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=481719fbd5751aaa9c672b762cb43aea8ee986b0 -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github