Variable: org-texinfo-diary-timestamp-format
org-texinfo-diary-timestamp-format is a customizable variable defined
in ox-texinfo.el.gz.
Value
"@emph{%s}"
Documentation
A printf format string to be applied to diary timestamps.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
(defcustom org-texinfo-diary-timestamp-format "@emph{%s}"
"A printf format string to be applied to diary timestamps."
:group 'org-export-texinfo
:type 'string)