Variable: org-indent-boundary-char

org-indent-boundary-char is a customizable variable defined in org-indent.el.gz.

Value

32

Documentation

The end of the virtual indentation strings, a single-character string.

The default is just a space, but if you wish, you can use "|" or so. This can be useful on a terminal window - under a windowing system, it may be prettier to customize the org-indent face.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-indent.el.gz
(defcustom org-indent-boundary-char ?\s
  "The end of the virtual indentation strings, a single-character string.
The default is just a space, but if you wish, you can use \"|\" or so.
This can be useful on a terminal window - under a windowing system,
it may be prettier to customize the `org-indent' face."
  :group 'org-indent
  :type 'character)