emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Recurring todos gets closed and not re-scheduled
@ 2016-01-15 14:19 Karl Voit
  2016-01-15 15:25 ` Marco Wahl
  0 siblings, 1 reply; 8+ messages in thread
From: Karl Voit @ 2016-01-15 14:19 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-01-18 14:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-15 14:19 Recurring todos gets closed and not re-scheduled Karl Voit
2016-01-15 15:25 ` Marco Wahl
2016-01-17  9:38   ` Scope issue: "SCHEDULED/DEADLINE" in blocks are being evaluated (was: Recurring todos gets closed and not re-scheduled) Karl Voit
2016-01-17 12:33     ` Scope issue: "SCHEDULED/DEADLINE" in blocks are being evaluated Marco Wahl
2016-01-17 12:57     ` Rasmus
2016-01-17 13:53       ` Marco Wahl
2016-01-17 21:24     ` Nicolas Goaziou
2016-01-18 14:07       ` Karl Voit

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).