Function: org-show-block-all
org-show-block-all is an interactive and byte-compiled function
defined in org-compat.el.
This command is obsolete since 9.2; use org-fold-show-all instead.
Signature
(org-show-block-all)
Documentation
Unfold all blocks in the current buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(defun org-show-block-all ()
"Unfold all blocks in the current buffer."
(interactive)
(org-fold-show-all '(blocks)))