emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Show hidden drawers when org-cycle on headlines


From: Nicolas Goaziou
Subject: Re: [PATCH] Show hidden drawers when org-cycle on headlines
Date: Mon, 13 Apr 2020 10:06:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

stardiviner <address@hidden> writes:

> I try to record into under headline. For example, I use "org-contacts.el" 
> which
> record people personalized info. I want to see all properties drawer under a
> headline when I press [Tab] (org-cycle) to expand it. It's more intuitive.
>
> I agree your opinion. I wonder is it possible to define a buffer local 
> variable
> so that user can control this behavior. WDYT?

I think that drawers and headlines are unrelated, and `org-cycle' should
not handle drawers, even through a variable.

However, using `org-show-all' function, you could write a function that
expands properties drawers, and add it to `org-cycle-hook'.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]