Ihor Radchenko <[email protected]> writes: > Ihor Radchenko <[email protected]> writes: > >>> | # | org-inside-mode on | C-c C-c bound | >>> |---+--------------------+---------------| >>> | 1 | NO | NO | >>> | 2 | NO | YES | >>> | 3 | YES | NO | >>> | 4 | YES | YES | >>> >>> I lean toward #2, but am OK with any. >> >> I am leaning towards #3 or #4. > > I am running org-inside branch now, and... definitely not #4. > I have > > - [ ] file:/home/yantar92/Org > > and I just tried to C-c C-c to check the checkbox, that did not work, > because org-inside intercepts the call. Note that the link is not even > hiding anything.
Good find. Fixed in latest. For toggling, it's not enough to search for org elements with /potential/ hidden text, you have to check their 'invisible property as well.
