Variable: org-html-link-home

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

Value

""

Documentation

Where should the "HOME" link of exported HTML pages lead?

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-link-home ""
  "Where should the \"HOME\" link of exported HTML pages lead?"
  :group 'org-export-html
  :type '(string :tag "File or URL"))