@@ -1,5 +1,8 @@
2008-10-22 Carsten Dominik <dominik@science.uva.nl>
+ * org-table.el (org-table-copy-down): Fix bug with time stamp
+ increment.
+
* org-mouse.el (org-mouse-features): New option.
(org-mode-hook): Turn on features depending on
`org-mouse-features'.
@@ -894,7 +894,7 @@ in order to easily repeat the interval."
(insert txt)
(org-move-to-column col)
(if (and org-table-copy-increment (org-at-timestamp-p t))
- (org-timestamp-up 1)
+ (org-timestamp-up-day)
(org-table-maybe-recalculate-line))
(org-table-align)
(org-move-to-column col))