Fix task cloning for repeating tasks
commit4a6e02c7229c2e5e030771b99e0343ba9998ec16
authorBernt Hansen <bernt@norang.ca>
Sat, 25 Feb 2012 07:43:16 +0000 (25 07:43 +0000)
committerDavid Maus <dmaus@ictsoc.de>
Sun, 4 Mar 2012 19:20:25 +0000 (4 20:20 +0100)
tree600a72deadc25935e4dfc6aece53b004de543da4
parent1749db14fbe198d14bbd7f987042640c3fd626df
Fix task cloning for repeating tasks

* org.el (org-clone-subtree-with-time-shift): Fix task cloning for
repeating tasks using .+n and ++n syntax

Tasks with repeaters using .+n and ++n syntax retain the repeater in
all of the clones causing duplicate tasks.  These tasks are now
handled the same as the regular repeating task using +n syntax.
lisp/org.el