"Christopher M. Miles" writes: > I use your reproduce steps, confirmed the problem exist. The headline does not appear. > > 1. Run emacs -Q -L ./lisp ~/org-persist-test.org > 2. M-x org-agenda > 3. < a (set restriction to current buffer and run normal weekly agenda) > > My Emacs version: GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.2.0, NS appkit-2113.20 Version 12.1 (Build 21C52)) of 2021-12-30 > System: M1 macOS Monterey 12.1 Err.. I just tried again with even cleaner environment: 1. cd /tmp 2. git clone git://git.sv.gnu.org/emacs/org-mode.git 3. cd org-mode 4. make cleanall 5. make autoloads 6. emacs -Q -L ./lisp /tmp/bug.org with /tmp/bug.org file as attached 7. M-x org-agenda 8. < a Emacs version: GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 1.16.0) of 2022-01-08 I can still see the headline. If you can still reproduce, we are entering the territory of Emacs build-dependent bugs... My best suggestion then is going to org-element.el and changing "(version< emacs-version "29")" to "t". Best, Ihor