Function: org-babel-trim

org-babel-trim is a function alias for org-trim, defined in org-macs.el.gz.

This function is obsolete since 9.0; use org-trim instead.

Signature

(org-babel-trim S &optional KEEP-LEAD)

Documentation

Remove whitespace at the beginning and the end of string S.

When optional argument KEEP-LEAD is non-nil, removing blank lines at the beginning of the string does not affect leading indentation.

Aliases

org-babel-trim (obsolete since 9.0)