Variable: org-html-table-caption-above

org-html-table-caption-above is a customizable variable defined in ox-html.el.gz.

Value

t

Documentation

When non-nil, place caption string at the beginning of the table.

Otherwise, place it near the end.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-table-caption-above t
  "When non-nil, place caption string at the beginning of the table.
Otherwise, place it near the end."
  :group 'org-export-html
  :type 'boolean)