[Timeline] Fix error when showing timeline of past day

This commit is contained in:
Daniel - 2018-08-03 18:39:56 +02:00
parent d8bf5b3e9e
commit 8c4d4b4744
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ archives."
(let ((timeline-tools-time-format "%H:%M")
(timeline-tools-headline-time-format "%Y-%m-%d"))
(timeline-tools-format-timeline (concat date " 00:00")
(org-read-date nil nil "+1d" nil
(org-read-date nil nil "++1d" nil
(org-time-string-to-time date))
files)))