Variable: allout-title

allout-title is a customizable variable defined in allout.el.gz.

Value

(or buffer-file-name (buffer-name))

Documentation

Expression to evaluate to determine the title for LaTeX formatted copy.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_  - allout-title
(defcustom allout-title '(or buffer-file-name (buffer-name))
  "Expression to evaluate to determine the title for LaTeX formatted copy."
  :type 'sexp
  :risky t
  :group 'allout)