Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> After git bisect, I found the bad commit: >> >> #+begin_example >> 0ef88e2d9 * | bad @ org-agenda.el/org-agenda-get-scheduled: Use cache >> #+end_example >> >> after org-agenda generation, lot of entries not displayed. Then I found lot of errors in =*Messages*= buffer. > > Can you provide a backtrace with debug-on-error set to t? > > Best, > Ihor It's same, there is no backtrace even I toggled debug-on-error to t. And I also tried you org-element-cache options: #+begin_src emacs-lisp (setq org-element--cache-self-verify 'backtrace) (setq org-element--cache-self-verify-frequency 1) (setq org-element--cache-diagnostics t) #+end_src This does not generate backtrace too. Now I tried your latest push. The errors gone. But org-agenda entries still missing. I checked *Messages* buffer, no error messages, including other error special buffers. no information.