Re: [PATCH] org-fold: (org-fold-hide-drawer-all): Make interactive

2023-10-19 Thread Ivan Necas
Oh nice, thanks! -- Ivan On Thu, 19 Oct 2023 at 11:32, Ihor Radchenko wrote: > Ivan Necas writes: > > > Sometimes, I want to unfold all the drawers using `org-fold-show-all', > > and then I want to hide them all back. I've noticed, there is a function > > `org-fold-hide-drawer-all' does just t

Re: [PATCH] org-fold: (org-fold-hide-drawer-all): Make interactive

2023-10-19 Thread Ihor Radchenko
Ivan Necas writes: > Sometimes, I want to unfold all the drawers using `org-fold-show-all', > and then I want to hide them all back. I've noticed, there is a function > `org-fold-hide-drawer-all' does just that, but it's not marked > as a command, so the patch is as simple as adding `(interactive

[PATCH] org-fold: (org-fold-hide-drawer-all): Make interactive

2023-10-18 Thread Ivan Necas
Hi, Sometimes, I want to unfold all the drawers using `org-fold-show-all', and then I want to hide them all back. I've noticed, there is a function `org-fold-hide-drawer-all' does just that, but it's not marked as a command, so the patch is as simple as adding `(interactive)` there, as I don't see