Variable: org-edit-fixed-width-region-mode
org-edit-fixed-width-region-mode is a customizable variable defined in
org-src.el.gz.
Value
artist-mode
Documentation
The mode that should be used to edit fixed-width regions.
These are the regions where each line starts with a colon.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-src.el.gz
(defcustom org-edit-fixed-width-region-mode 'artist-mode
"The mode that should be used to edit fixed-width regions.
These are the regions where each line starts with a colon."
:group 'org-edit-structure
:type '(choice
(const artist-mode)
(const picture-mode)
(const fundamental-mode)
(function :tag "Other (specify)")))