Kungsgeten / org-brain

Org-mode wiki + concept-mapping
MIT License
1.72k stars 102 forks source link

The last grandchild(test level 3'') is showed under the "test level 1" #392

Open webloginwu opened 1 year ago

webloginwu commented 1 year ago

version: ‘org-brain-20230217.1908/’ M-x org-brain-visualize problem: Grandchild of "test level 1" ( test level 3'' ,see below image) should not be showed under the "test level 1"

image

test level 1 have 3 grandchilds in my test case totally:

1) test level 3 2) test level 3' 3) test level 3''

image

raw file(all nodes are headline entries): `

** test level 1 :PROPERTIES: :ID: 970526F9-9417-486A-ADE4-BF548FFE5370 :END: ddd

* test level 2 :PROPERTIES: :ID: 667B1478-801D-4509-BFE9-441A2E2AC126 :END: content ** test level 3'' :PROPERTIES: :ID: B966391E-CE4E-4C7D-8574-7C9407EC878D :END: **** test level 3' :PROPERTIES: :ID: C4D66D8E-228A-4A42-B854-0777D44E3C40 :END: `

SenkiJun commented 1 year ago

Having the same issue. Is there any hope for fix ?

Kungsgeten commented 1 year ago

Hi! Unfortunately I don't have much time to tinker with my emacs packages. There has been some changes to org-mode which I need to cater for, and my guess is that these problems is a consequence of that.

SenkiJun commented 1 year ago

Hey It's okay, thanks for the awesome package.

SenkiJun commented 1 year ago

Just to give further info :

It only happens on "Heading Entries". No problems on "File Entries".

"test" gets duplicated on it's parent level. Deleting one removes both.

sc