Browse Source

org-clock: Fix display of file time

* lisp/org-clock.el (org-clocktable-write-default): Fix format string.
Marco Wahl 6 năm trước cách đây
mục cha
commit
e21ad2aea1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
lisp/org-clock.el

@@ -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")