Function: org-hide-drawer-toggle
org-hide-drawer-toggle is a function alias and interactive for
org-fold-hide-drawer-toggle, defined in org-fold.el.gz.
This command is obsolete since 9.6; use org-fold-hide-drawer-toggle
instead.
Signature
(org-hide-drawer-toggle &optional FORCE NO-ERROR ELEMENT)
Documentation
Toggle the visibility of the current drawer.
When optional argument FORCE is off, make drawer visible. If
it is non-nil, hide it unconditionally. Throw an error when not
at a drawer, unless NO-ERROR is non-nil. When optional argument
ELEMENT is provided, consider it instead of the current drawer.
Return a non-nil value when toggling is successful.
Key Bindings
Aliases
org-hide-drawer-toggle (obsolete since 9.6)