Variable: org-latex-inactive-timestamp-format

org-latex-inactive-timestamp-format is a customizable variable defined in ox-latex.el.gz.

Value

"\\textit{%s}"

Documentation

A printf format string to be applied to inactive timestamps.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
(defcustom org-latex-inactive-timestamp-format "\\textit{%s}"
  "A printf format string to be applied to inactive timestamps."
  :group 'org-export-latex
  :type 'string)