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