org-fold: Reveal hidden macro markers

* lisp/org-fold.el (org-fold-show-set-visibility--text-properties):
Unfold hidden macro markers on invisible edit.
This commit is contained in:
Ihor Radchenko 2022-04-12 23:32:49 +08:00
parent 1ed9e42238
commit a0b8adf08a
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 0 deletions

View File

@ -833,7 +833,9 @@ DETAIL is either nil, `minimal', `local', `ancestors',
(let (org-hide-emphasis-markers
org-link-descriptive
org-pretty-entities
org-hide-macro-markers
(region (or (org-find-text-property-region (point) 'org-emphasis)
(org-find-text-property-region (point) 'org-macro)
(org-find-text-property-region (point) 'invisible)
region)))
(when region