Function: org-mouse-show-overview

org-mouse-show-overview is an interactive and byte-compiled function defined in org-mouse.el.gz.

Signature

(org-mouse-show-overview)

Documentation

Change visibility of current org buffer to first-level headlines only.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mouse.el.gz
(defun org-mouse-show-overview ()
  "Change visibility of current org buffer to first-level headlines only."
  (interactive)
  (let ((org-cycle-global-status nil))
    (org-cycle '(4))))