Variable: org-texinfo-inactive-timestamp-format

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

Value

"@emph{%s}"

Documentation

A printf format string to be applied to inactive timestamps.

Source Code

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