Variable: org-html-self-link-headlines

org-html-self-link-headlines is a customizable variable defined in ox-html.el.gz.

Value

nil

Documentation

When non-nil, the headlines contain a hyperlink to themselves.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-self-link-headlines nil
  "When non-nil, the headlines contain a hyperlink to themselves."
  :group 'org-export-html
  :package-version '(Org . "9.3")
  :type 'boolean
  :safe #'booleanp)