emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-show-context-detail and tree expansion


From: Nicolas Goaziou
Subject: Re: [O] org-show-context-detail and tree expansion
Date: Wed, 27 Mar 2019 15:29:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

pinkanon pinkanon <address@hidden> writes:

> Hi! I use helm, which can list all headings using 
> helm-org-in-buffer-headings, 
> and lets you choose one to jump to.
> When I jump to a heading, the tree is expanded.
>
> My problem is as follows. 
>
> When I expand this tree on "(2) Downers" (when it is collapsed):
>
> * (1) Uppers
> ** (2) Downers
>    screamers
> *** laughers
>     ...and also a quart of tequila
> ** (3) a quart of rum,
>    a case of Budweiser,
> ** (4) a pint of raw ether and two dozen amyls.
>
> I get:
>
> * (1) Uppers
> ** (2) Downers
>    screamers
> ...
> ** (3) a quart of rum,...
> ** (4) a pint of raw ether and two dozen amyls....
>
> Instead of:
>
> * (1) Uppers
> ** (2) Downers
>    screamers
> *** laughers...
> ** (3) a quart of rum,...
> ** (4) a pint of raw ether and two dozen amyls.
>
>
> I was advised to modify 'org-show-context-detail, as helm uses 
> org-show-context function.
> But none of the possible values fixed the behaviour for me.
> I used 'canonical for the example above:
> (setf (alist-get 'default org-show-context-detail) 'canonical)

You may want to debug `org-show-set-visibility' first. If it gives no
clue, you may want to report it to Helm.

Regards,

-- 
Nicolas Goaziou



reply via email to

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