Fix previous commit
This commit is contained in:
parent
1ca26a755a
commit
450878fb21
|
@ -2576,7 +2576,7 @@ from the dynamic block definition."
|
||||||
(apply 'encode-time (org-parse-time-string te))))))
|
(apply 'encode-time (org-parse-time-string te))))))
|
||||||
(setq tsb
|
(setq tsb
|
||||||
(if (eq step0 'week)
|
(if (eq step0 'week)
|
||||||
(- ts (* 86400 (- (nth (abs (- 7 ws)) (decode-time (seconds-to-time ts))) 1)))
|
(- ts (* 86400 (- (nth 6 (decode-time (seconds-to-time ts))) ws)))
|
||||||
ts))
|
ts))
|
||||||
(setq p1 (plist-put p1 :header ""))
|
(setq p1 (plist-put p1 :header ""))
|
||||||
(setq p1 (plist-put p1 :step nil))
|
(setq p1 (plist-put p1 :step nil))
|
||||||
|
|
Loading…
Reference in New Issue