Function: org-fold-hide-block-all
org-fold-hide-block-all is an interactive and byte-compiled function
defined in org-fold.el.gz.
Signature
(org-fold-hide-block-all)
Documentation
Fold all blocks in the current buffer.
Key Bindings
Aliases
org-hide-block-all (obsolete since 9.6)
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-fold.el.gz
(defun org-fold-hide-block-all ()
"Fold all blocks in the current buffer."
(interactive)
(org-block-map (apply-partially #'org-fold-hide-block-toggle 'hide)))