Variable: org-indent-post-buffer-init-functions

org-indent-post-buffer-init-functions is a customizable variable defined in org-indent.el.gz.

Value

nil

Documentation

Hook run after org-indent finishes initializing a buffer.

The function(s) in this hook must accept a single argument representing the initialized buffer.

This variable was added, or its default value changed, in Org version
9.7.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-indent.el.gz
(defcustom org-indent-post-buffer-init-functions nil
  "Hook run after org-indent finishes initializing a buffer.
The function(s) in this hook must accept a single argument representing
the initialized buffer."
  :group 'org-indent
  :package-version '(Org . "9.7")
  :type 'hook)