From 558bb0b1cc4c31db3d9921ba3814f3d3d4a933f8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 16 Jan 2023 19:16:04 +0100 Subject: [PATCH] Make timestamp format in workload overview report consistent Brackets for both timestamps. --- site-lisp/db-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 6e6b2b1..eafd6fa 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -608,7 +608,7 @@ PARAMS is a property list of the following parameters: (push current date-range))) (setq date-range (nreverse date-range)) - (insert (format "#+CAPTION: Workload Overview Report at %s with start date [%s]\n" + (insert (format "#+CAPTION: Workload Overview Report at [%s] with start date [%s]\n" (format-time-string timestamp-format (current-time)) (format-time-string timestamp-format start-date))) (insert "| End Time | Planned Total |\n| | |\n|---|\n")