Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. (defun org-show-block-all ()
  2. "Unfold all blocks in the current buffer."
  3. (interactive)
  4. (remove-overlays nil nil 'invisible 'org-hide-block))
  5.  
  6. (make-obsolete 'org-show-block-all
  7. "use `org-show-all' instead."
  8. "Org 9.2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement