Explorar o código

org-clock: Fix display of file time

* lisp/org-clock.el (org-clocktable-write-default): Fix format string.
Marco Wahl %!s(int64=6) %!d(string=hai) anos
pai
achega
e21ad2aea1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")