Variable: org-texinfo-table-default-markup

org-texinfo-table-default-markup is a customizable variable defined in ox-texinfo.el.gz.

Value

"@asis"

Documentation

Default markup for first column in two-column tables.

This should an indicating command, e.g., "@code", "@kbd" or
"@samp".

It can be overridden locally using the ":indic" attribute.

This variable was added, or its default value changed, in Org version
9.1.

Aliases

org-texinfo-def-table-markup (obsolete since 9.1)

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
(defcustom org-texinfo-table-default-markup "@asis"
  "Default markup for first column in two-column tables.

This should an indicating command, e.g., \"@code\", \"@kbd\" or
\"@samp\".

It can be overridden locally using the \":indic\" attribute."
  :type 'string
  :version "26.1"
  :package-version '(Org . "9.1")
  :safe #'stringp)