From 33ea4772ae45c7fc6165e0ccfb603b17546eafb9 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 1 May 2022 18:08:01 -0400 Subject: [PATCH] FIX typos --- local/lib/org-x/org-x-dag.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index e46a5fb..0f80fe2 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -4538,7 +4538,7 @@ review phase)" (defun org-x-dag-agenda-projects () "Show the projects agenda view." (interactive) - (let ((files (:action))) + (let ((files '(:action))) (org-x-dag-agenda-show-nodes "Projects" #'org-x-dag-itemize-projects files `((org-agenda-sorting-strategy '(category-keep)) (org-super-agenda-groups @@ -4553,7 +4553,7 @@ review phase)" (defun org-x-dag-agenda-incubator () "Show the incubator agenda view." (interactive) - (let ((files (:action))) + (let ((files '(:action))) (org-x-dag-agenda-show-nodes "Incubator" #'org-x-dag-itemize-incubated files `((org-agenda-sorting-strategy '(category-keep)) (org-super-agenda-groups @@ -4573,8 +4573,8 @@ review phase)" (defun org-x-dag-agenda-iterators () "Show the iterator agenda view." (interactive) - (let ((files (:action))) - (org-x-dag-agenda-show-nodes "Iterators-0" #'org-x-dag-itemize-iterators files + (let ((files '(:action))) + (org-x-dag-agenda-show-nodes "Iterators" #'org-x-dag-itemize-iterators files `((org-agenda-sorting-strategy '(category-keep)) (org-super-agenda-groups ;; TODO this is wrong