[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines
From: |
Nicolas Goaziou |
Subject: |
Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines |
Date: |
Tue, 14 Apr 2020 14:55:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello,
stardiviner <address@hidden> writes:
> I agree. As I described in my given example "org-contacts", which include
> person
> info in properties drawer. That's why I want to expand when I press "Tab" on
> expanding headline. If I see a contact's info with "C-u C-u C-u Tab" is not
> convenient.
You can rebind it.
> Is it possible to change "org-cycle-hide-drawers" to
> "org-cycle-toggle-drawers".
> Make it more extendable. Because that function only changed one argument of
> "org-flag-drawer". If so some user like me will be easy to toggle hide/show
> drawers. (Of course, I don't want to add redundant code in my Emacs init.) If
> this is fine, I will re-edit my patch. Remove defcustom option, and hook on
> cycle. Only keep changes in "org-cycle-hide-drawers".
I think something is wrong with `org-cycle-hide-drawers' at the moment.
This function was initially meant to be added to `org-cycle-hook' to
re-hide drawers. It should only re-hide properties drawers. In any case,
it is not needed to expand this function, it should be trimmed down to
only take care of property drawers.
What is needed, though, it a tooling similar to block visibility
functions, i.e., `org-hide-block-toggle', `org-hide-block-hall', and,
maybe, `org-hide-block-toggle-maybe'. Regular drawers should get the
same treatment as blocks.
If you look at `org-cycle' code, there is a comment
;; Drawers: delegate to `org-flag-drawer'.
This part should be extracted into a new function.
Regards,
--
Nicolas Goaziou
- Re: [PATCH] Show hidden drawers when org-cycle on headlines, (continued)
- Re: [PATCH] Show hidden drawers when org-cycle on headlines, stardiviner, 2020/04/14
- Re: [PATCH] Show hidden drawers when org-cycle on headlines, Ihor Radchenko, 2020/04/13
- [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, stardiviner, 2020/04/14
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, Ihor Radchenko, 2020/04/13
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, Nicolas Goaziou, 2020/04/13
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, Tim Cross, 2020/04/13
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, Ihor Radchenko, 2020/04/13
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, Nicolas Goaziou, 2020/04/14
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, Ihor Radchenko, 2020/04/14
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, stardiviner, 2020/04/14
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines,
Nicolas Goaziou <=
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, stardiviner, 2020/04/14
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, Nicolas Goaziou, 2020/04/18
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, stardiviner, 2020/04/19
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, Nicolas Goaziou, 2020/04/19
- Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines, stardiviner, 2020/04/19
- Re: [PATCH] Show hidden drawers when org-cycle on headlines, Samuel Wales, 2020/04/13
- [SOLUTION] Re: [PATCH] Show hidden drawers when org-cycle on headlines, stardiviner, 2020/04/14