emacs-orgmode
[Top][All Lists]
Advanced

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

Re: BUG Visibility Cycling with inline tasks


From: Ihor Radchenko
Subject: Re: BUG Visibility Cycling with inline tasks
Date: Mon, 20 Sep 2021 16:22:16 +0800

Michael Dauer <mick.dauer@gmail.com> writes:

> What I get after the first org-cycle is:
> * Example
> ** heading 1
> ** heading 2
> *              ** TODO Test access with provided credentials
> ** heading 3
> xxxxx
> *              ** END
> ** heading 4
> xxxxx
>

I cannot reproduce on latest master and with Org 9.4.4. What I am seeing
is:

* Example
** heading 1...
** heading 2
*              ** TODO Test access with provided credentials...
*              ** END
* heading 3...
* heading 4

Another cycle reveals the inlinetask contents:

* Example
** heading 1...
** heading 2
*              ** TODO Test access with provided credentials
xxxxx
*              ** END
* heading 3...
* heading 4

Maybe something with your config? Can you reproduce starting from emacs -Q?

Best,
Ihor



reply via email to

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