Function: org-flag-region

org-flag-region is a function alias for org-fold-core-region, defined in org-fold-core.el.gz.

This function is obsolete since 9.6; use org-fold-region instead.

Signature

(org-flag-region FROM TO FLAG &optional SPEC-OR-ALIAS)

Documentation

Hide or show lines from FROM to TO, according to FLAG.

SPEC-OR-ALIAS is the folding spec or foldable element, as a symbol. If SPEC-OR-ALIAS is omitted and FLAG is nil, unfold everything in the region.

Aliases

org-flag-region (obsolete since 9.6) org-fold-region