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