Bläddra i källkod

Merge branch 'maint'

Nicolas Goaziou 7 år sedan
förälder
incheckning
657302b97e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -1158,7 +1158,7 @@ to a number.  In the case of a timestamp, increment by days."
 	  (setq txt (calc-eval (concat txt "+" (number-to-string inc)))))
       (insert txt)
       (org-move-to-column col)
-      (if (and org-table-copy-increment (org-at-timestamp-p))
+      (if (and org-table-copy-increment (org-at-timestamp-p 'lax))
 	  (org-timestamp-up-day inc)
 	(org-table-maybe-recalculate-line))
       (org-table-align)