Tweak `org-auto-repeat-maybe'
commit9db78611b495257613259c9ad3cf1a53ea3e2c16
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 11 Jan 2016 11:03:53 +0000 (11 12:03 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 11 Jan 2016 11:11:22 +0000 (11 12:11 +0100)
treeb62b9827ffed700294a5be0a77564e78af0226b9
parent157f91c31ca2a39757c144cfe50e10f08ba7fccb
Tweak `org-auto-repeat-maybe'

* lisp/org.el (org-auto-repeat-maybe): Only clear non-repeated SCHEDULED
  information in a repeated task.

* doc/org.texi (Repeated tasks): Document behavior.

Do not clear non-repeated DEADLINE information however, as it could be
a global deadline for all occurrences of the task.  Also, this case is
taken care of by `org-agenda-skip-scheduled-if-deadline-is-shown' with
a value set to `repeated-after-deadline'.
doc/org.texi
etc/ORG-NEWS
lisp/org.el