We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b6d84 commit eeae6edCopy full SHA for eeae6ed
lisp/org-agenda.el
@@ -4409,6 +4409,9 @@ items if they have an hour specification like [h]h:mm."
4409
(- sd (+ (if (< d 0) 7 0) d)))))
4410
(day-numbers (list start))
4411
(day-cnt 0)
4412
+ ;; FIXME: This may cause confusion when users are trying to
4413
+ ;; debug agenda. The debugger will not trigger without
4414
+ ;; redisplay.
4415
(inhibit-redisplay (not debug-on-error))
4416
(org-agenda-show-log-scoped org-agenda-show-log)
4417
s rtn rtnall file date d start-pos end-pos todayp ;; e
0 commit comments