Function: org-save-outline-visibility

org-save-outline-visibility is a function alias for org-fold-core-save-visibility, defined in org-fold-core.el.gz.

Signature

(org-save-outline-visibility USE-MARKERS &rest BODY)

Documentation

Save and restore folding state around BODY.

If USE-MARKERS is non-nil, use markers for the positions. This means that the buffer may change while running BODY, but it also means that the buffer should stay alive during the operation, because otherwise all these markers will point to nowhere.

Aliases

org-save-outline-visibility org-fold-save-outline-visibility