Re: [BUG] Incorrect display of folded headings after cycling with subheading with VISIBILITY content/children

2023-02-15 Thread Daniel Hubmann
Ah, my bad. Got confused. The output above set according to the properties is correct. Thanks a lot for the fast fix. On Wed, Feb 15, 2023 at 11:26 PM Daniel Hubmann wrote: > Thanks for the partial fix. > > Unfortunately there is still something strange going on as the last > heading gets

Re: [BUG] Incorrect display of folded headings after cycling with subheading with VISIBILITY content/children

2023-02-15 Thread Daniel Hubmann
Thanks for the partial fix. Unfortunately there is still something strange going on as the last heading gets hidden. Added some more headings to demonstrate this better: This is the unfolded file content: * Heading Lvl 1 ** Heading Lvl 2 with VISIBILITY content :PROPERTIES: :VISIBILITY: content

Re: [BUG] Incorrect display of folded headings after cycling with subheading with VISIBILITY content/children

2023-02-15 Thread Ihor Radchenko
Daniel Hubmann writes: > * Heading Lvl 1...** Heading Lvl 2 with VISIBILITY content... > *** Heading Lvl 3... Thanks for reporting! Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=be9280f68 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about

Re: [BUG] Incorrect display of folded headings after cycling with subheading with VISIBILITY content/children

2023-02-15 Thread Daniel Hubmann
Tried (setq org-fold-core-style 'overlays) which is mentioned in the link. Unfortunately the behaviour is still the same. On Tue, Feb 14, 2023 at 10:15 PM William Denton wrote: > On 14 February 2023, Bruno Barbier wrote: > > > Daniel Hubmann writes: > > > >> After using org-cycle-overview (or

Re: [BUG] Incorrect display of folded headings after cycling with subheading with VISIBILITY content/children

2023-02-14 Thread William Denton
On 14 February 2023, Bruno Barbier wrote: Daniel Hubmann writes: After using org-cycle-overview (or org-cycle-content) and then using org-cycle-set-visibility-according-to-property I get this: * Heading Lvl 1...** Heading Lvl 2 with VISIBILITY content... *** Heading Lvl 3... I'm observing

Re: [BUG] Incorrect display of folded headings after cycling with subheading with VISIBILITY content/children

2023-02-14 Thread Bruno Barbier
Daniel Hubmann writes: > ... > After using org-cycle-overview (or org-cycle-content) and then using > org-cycle-set-visibility-according-to-property I get this: > > * Heading Lvl 1...** Heading Lvl 2 with VISIBILITY content... > *** Heading Lvl 3... > I'm observing the same behavior. Org

[BUG] Incorrect display of folded headings after cycling with subheading with VISIBILITY content/children

2023-02-14 Thread Daniel Hubmann
Org mode version 9.6 (9.6-g30314c @ /home/hubisan/.emacs.default/straight/build/org/) GNU Emacs 29.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-01-03 Have the following org file contents (using emacs -q): * Heading Lvl 1 ** Heading Lvl 2 with VISIBILITY