Ihor Radchenko <yantar92@gmail.com> writes:
"Christopher M. Miles" <numbchild@gmail.com> writes:After git bisect, I found the bad commit:#+beginexample 0ef88e2d9 * | bad @ org-agenda.el/org-agenda-get-scheduled: Use cache #+endexampleafter 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:
(setq org-element--cache-self-verify 'backtrace)
(setq org-element--cache-self-verify-frequency 1)
(setq org-element--cache-diagnostics t)
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.