(org-table-sum): Fix format string.
This commit is contained in:
parent
b940920d60
commit
c7d9f1949f
1 changed files with 2 additions and 2 deletions
|
@ -7064,7 +7064,7 @@ If NLAST is a number, only the NLAST fields will actually be summed."
|
|||
(format "%d:%02d:%02d" h m s))))
|
||||
(kill-new sres)
|
||||
(if (interactive-p)
|
||||
(message "s"
|
||||
(message "%s"
|
||||
(substitute-command-keys
|
||||
(format "Sum of %d items: %-20s (\\[yank] will insert result into buffer)"
|
||||
(length numbers) sres))))
|
||||
|
|
Loading…
Add table
Reference in a new issue