Function: org-remove-from-invisibility-spec
org-remove-from-invisibility-spec is a for
remove-from-invisibility-spec, defined in subr.el.gz.
This function is obsolete since 9.2; use
remove-from-invisibility-spec instead.
Signature
(org-remove-from-invisibility-spec ELEMENT)
Documentation
Remove ELEMENT from buffer-invisibility-spec.
If buffer-invisibility-spec isn't a list before calling this
function, it will be made into a list containing just t as the
only list member. This means that if text exists with non-t
invisibility values, that text will become visible.
Aliases
org-remove-from-invisibility-spec (obsolete since 9.2)