Variable: table-html-th-columns

table-html-th-columns is a customizable variable defined in table.el.gz.

Value

0

Documentation

Number of left columns to become header cells automatically in HTML generation.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-html-th-columns 0
  "Number of left columns to become header cells automatically in HTML generation."
  :tag "HTML Header Columns"
  :type 'integer
  :group 'table)