BUG Visibility Cycling with inline tasks

2021-09-26 Thread Michael Dauer
Hi, I resend my report with now hopefully all information to reproduce it quickly. Inline tasks are a great feature of org-mode, very useful to include tasks in all sorts of documents without interfering with the document structure. 0. emacs -Q 1. Insert the below snippet into scratch buffer. >>

Re: BUG Visibility Cycling with inline tasks

2021-09-21 Thread Michael Dauer
Hi Ihor, Thanks for checking. I could narrow down on the issue. It happens after (require 'org-inlinetask) is executed. So to reproduce: 1. emacs -Q 2. paste the following snipped (right into the scratch buffer) 3. execute the two commands at the end C-x C-e for each 4. collapse all (TAB TAB) 5.

Re: BUG Visibility Cycling with inline tasks

2021-09-20 Thread Ihor Radchenko
Michael Dauer writes: > What I get after the first org-cycle is: > * Example > ** heading 1 > ** heading 2 > * ** TODO Test access with provided credentials > ** heading 3 > x > * ** END > ** heading 4 > x > I cannot reproduce on latest master and with Org 9.4.4

Re: BUG Visibility Cycling with inline tasks

2021-09-20 Thread Michael Dauer
What I get after the first org-cycle is: * Example ** heading 1 ** heading 2 * ** TODO Test access with provided credentials ** heading 3 x * ** END ** heading 4 x So it also shows part of the following heading. This "garbage" can be max more if the following subt

Re: BUG Visibility Cycling with inline tasks

2021-09-19 Thread Ihor Radchenko
Michael Dauer writes: > Stating collapsed, pressing TAB on the heading 2 already shows the issue. Could you describe what is the issue you observe and how it differs from your expectations? I do not see any problem with visibility on my side. Best, Ihor

Re: BUG Visibility Cycling with inline tasks

2021-09-18 Thread Michael Dauer
Sorry, I forgot: Org mode version 9.4.6 (9.4.6-gcf30f7 Am Sa., 18. Sept. 2021 um 10:27 Uhr schrieb Michael Dauer < mick.da...@gmail.com>: > Hi, > > Inline tasks are a great feature of org-mode, very useful to include tasks > in all sorts of documents without interfering with the document structur

BUG Visibility Cycling with inline tasks

2021-09-18 Thread Michael Dauer
Hi, Inline tasks are a great feature of org-mode, very useful to include tasks in all sorts of documents without interfering with the document structure. But it seems that there are multiple issues with multiple org commands and inline tasks (visibility, navigation, selection). For that reason I