You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I have many org-agenda-files, and rebuilding org-agenda buffer is heavy for me. I hope there is an option to disable this.
For example:
(defcustomorg-pomodoro-rebuild-agendat)
;; add a if condition around every `org-agenda-maybe-redo`. I found three functions contains `org-agenda-maybe-redo`.
(if org-pomodoro-rebuild-agenda (org-agenda-maybe-redo))
The text was updated successfully, but these errors were encountered:
Because I have many org-agenda-files, and rebuilding org-agenda buffer is heavy for me. I hope there is an option to disable this.
For example:
The text was updated successfully, but these errors were encountered: