Function: org-indent-remove-properties
org-indent-remove-properties is a byte-compiled function defined in
org-indent.el.gz.
Signature
(org-indent-remove-properties BEG END)
Documentation
Remove indentations between BEG and END.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-indent.el.gz
(defsubst org-indent-remove-properties (beg end)
"Remove indentations between BEG and END."
(with-silent-modifications
(remove-text-properties beg end '(line-prefix nil wrap-prefix nil))))