error no longer reproducable as such, but ran manually against x11.org (see
prev. post)
(org-map-entries (lambda () (thing-at-point 'line)) nil '("~/org-files/
x11.org"))
29.1 gives: (note missing entries after "Window Managers")
(#("* Taskbars\n" 0 2
(face org-level-1 fontified t)
2 10
(face org-level-1 fontified t)
10 11
(fontified t))
#("** Lemonbar might work\n" 0 1
(face org-level-2 fontified t)
1 3
(face org-level-2 fontified t)
3 22
(face org-level-2 fontified t)
22 23
(fontified t))
#("* Window managers\n" 0 2
(face org-level-1 fontified t)
2 17
(face org-level-1 fontified t)
17 18
(fontified t)))
29.4 gives:
(#("* Taskbars\n" 0 11
(fontified nil))
#("** Lemonbar might work\n" 0 23
(fontified nil))
#("* Window managers\n" 0 18
(fontified nil))
#("* Client-libs\n" 0 14
(fontified nil))
#("* Frameworks/Toolkits\n" 0 22
(fontified nil)))
So obviously something has been fixed.
Bye
On Wed, Dec 3, 2025 at 9:51 PM Ihor Radchenko <[email protected]> wrote:
> Vladimir Šironja <[email protected]> writes:
>
> > Package: Org mode version 9.6.6 (release_9.6.6 @
> > c:/emacs-29.1/share/emacs/29.1/lisp/org/)
> >
> >
> > Dashboard opening hits:
> >
> > » Warning (org-element-cache): org-element--cache: Org parser error in
> > x11.org::#<marker at 394 in x11.org>. Resetting.
> > The error was: (error "Invalid search bound (wrong side of point)")
> > Backtrace:
> > ...
>
> Thanks for reporting!
> Does the error go away if you upgrade to the latest Org release?
>
> > Since the file effected is basically a list of links and contains no
> > private data, I can even
> > provide x11.org, point 394 is EOF:
> >
> > * Taskbars
> > ** Lemonbar might work
> > https://github.com/LemonBoy/bar
> > * Window managers
> > lisp: https://stumpwm.github.io/
> > elisp: https://github.com/emacs-exwm/exwm
> > * Client-libs
> > c: https://en.wikipedia.org/wiki/XCB
> > lisp: https://github.com/sharplispers/clx
> > https://sharplispers.github.io/clx/
> > elisp: https://github.com/ch11ng/xelb
> > * Frameworks/Toolkits
> > lisp: https://tomscii.sig7.se/barium/
>
> I can open this just fine on the latest org and with Org 9.6.11 (shipped
> with Emacs 29.4).
>
> --
> Ihor Radchenko // yantar92,
> Org mode maintainer,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
>