Merge branch 'maint'
This commit is contained in:
commit
e9d4eb0147
|
@ -6783,6 +6783,7 @@ show that drawer instead."
|
||||||
By default, the function expands headings, blocks and drawers.
|
By default, the function expands headings, blocks and drawers.
|
||||||
When optional argument TYPE is a list of symbols among `blocks',
|
When optional argument TYPE is a list of symbols among `blocks',
|
||||||
`drawers' and `headings', to only expand one specific type."
|
`drawers' and `headings', to only expand one specific type."
|
||||||
|
(interactive)
|
||||||
(dolist (type (or types '(blocks drawers headings)))
|
(dolist (type (or types '(blocks drawers headings)))
|
||||||
(org-flag-region (point-min) (point-max) nil
|
(org-flag-region (point-min) (point-max) nil
|
||||||
(pcase type
|
(pcase type
|
||||||
|
|
Loading…
Reference in New Issue