Function: org-element-remove-indentation
org-element-remove-indentation is a for
org-remove-indentation, defined in org-macs.el.
This function is obsolete since 9.0; use org-remove-indentation
instead.
Signature
(org-element-remove-indentation CODE &optional N)
Documentation
Remove maximum common indentation in string CODE and return it.
N may optionally be the number of columns to remove. Return CODE as-is if removal failed.
Aliases
org-element-remove-indentation (obsolete since 9.0)