Browse Source

org-clock: Fix display of file time

* lisp/org-clock.el (org-clocktable-write-default): Fix format string.
Marco Wahl 6 years ago
parent
commit
e21ad2aea1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
lisp/org-clock.el

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