-
-
Save treyharris/a38bd32eaca6cec0897b5bb4528f0fdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org-show-all is a compiled Lisp function in | |
| ‘~/src/emacs-config/elpa/org-9.2/org.el’. | |
| (org-show-all &optional TYPES) | |
| Show all contents in the visible part of the buffer. | |
| By default, the function expands headings, blocks and drawers. | |
| When optional argument TYPE is a list of symbols among ‘blocks’, | |
| ‘drawers’ and ‘headings’, to only expand one specific type. | |
| [back] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment