Variable: org-edit-src-persistent-message

org-edit-src-persistent-message is a customizable variable defined in org-src.el.gz.

Value

t

Documentation

Non-nil means show persistent exit help message while editing src examples.

The message is shown in the header-line, which will be created in the first line of the window showing the editing buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-src.el.gz
(defcustom org-edit-src-persistent-message t
  "Non-nil means show persistent exit help message while editing src examples.
The message is shown in the header-line, which will be created in the
first line of the window showing the editing buffer."
  :group 'org-edit-structure
  :type 'boolean)