@@ -1,5 +1,8 @@
2009-06-18 Carsten Dominik <carsten.dominik@gmail.com>
+ * org.el (org-clone-subtree-with-time-shift): Also shift inactive
+ time stamps.
+
* org-html.el (org-export-table-row-tags): New option.
(org-format-org-table-html): Rename `nlines' to `nline', use new
option.
@@ -6235,7 +6235,7 @@ and still retain the repeater to cover future instances of the task."
(insert template)
(org-mode)
(goto-char (point-min))
- (while (re-search-forward org-ts-regexp nil t)
+ (while (re-search-forward org-ts-regexp-both nil t)
(org-timestamp-change (* n shift-n) shift-what))
(unless (= n n-no-remove)