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