Variable: org-table-duration-hour-zero-padding
org-table-duration-hour-zero-padding is a customizable variable
defined in org-table.el.gz.
Value
t
Documentation
Non-nil means hours in table duration computations should be zero-padded.
So this is about 08:32:34 versus 8:33:34.
This variable was added, or its default value changed, in Org version
9.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defcustom org-table-duration-hour-zero-padding t
"Non-nil means hours in table duration computations should be zero-padded.
So this is about 08:32:34 versus 8:33:34."
:group 'org-table-calculation
:version "26.1"
:package-version '(Org . "9.1")
:type 'boolean
:safe #'booleanp)