From 40239d4c0ecbf5b08ecb8b5b5d31a2b4307262c1 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 29 Apr 2022 00:04:38 -0400 Subject: [PATCH] FIX (kinda) make agenda update in really inefficient manner --- local/lib/org-x/org-x-dag.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index cc237a4..e46a5fb 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -4254,6 +4254,8 @@ FUTURE-LIMIT in a list." (list nil start-day 'day nil)))) (catch 'exit ;; ASSUME this is run already via `org-agenda-run-series' + ;; TODO THIS IS A STUPID HACK; I'M SYNCING TWICE FOR NO REASON + (org-x-dag-sync) (org-agenda-prepare "DAG-DAILY") (org-compile-prefix-format 'agenda) (org-set-sorting-strategy 'agenda)