Variable: org-html-link-up

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

Value

""

Documentation

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

Source Code

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