org-clock: Fix display of file time

* lisp/org-clock.el (org-clocktable-write-default): Fix format string.
This commit is contained in:
Marco Wahl 2019-02-28 11:37:08 +01:00
parent 2afca09936
commit e21ad2aea1
1 changed files with 1 additions and 1 deletions

View File

@ -2596,7 +2596,7 @@ from the dynamic block definition."
(when multifile
;; Summarize the time collected from this file.
(insert-before-markers
(format (concat "| %s %s | %s%s"
(format (concat "| %s %s | %s%s%s"
(format org-clock-file-time-cell-format
(org-clock--translate "File time" lang))
" | *%s*|\n")