FIX typos
This commit is contained in:
parent
b484ff20fd
commit
33ea4772ae
|
@ -4538,7 +4538,7 @@ review phase)"
|
||||||
(defun org-x-dag-agenda-projects ()
|
(defun org-x-dag-agenda-projects ()
|
||||||
"Show the projects agenda view."
|
"Show the projects agenda view."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((files (:action)))
|
(let ((files '(:action)))
|
||||||
(org-x-dag-agenda-show-nodes "Projects" #'org-x-dag-itemize-projects files
|
(org-x-dag-agenda-show-nodes "Projects" #'org-x-dag-itemize-projects files
|
||||||
`((org-agenda-sorting-strategy '(category-keep))
|
`((org-agenda-sorting-strategy '(category-keep))
|
||||||
(org-super-agenda-groups
|
(org-super-agenda-groups
|
||||||
|
@ -4553,7 +4553,7 @@ review phase)"
|
||||||
(defun org-x-dag-agenda-incubator ()
|
(defun org-x-dag-agenda-incubator ()
|
||||||
"Show the incubator agenda view."
|
"Show the incubator agenda view."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((files (:action)))
|
(let ((files '(:action)))
|
||||||
(org-x-dag-agenda-show-nodes "Incubator" #'org-x-dag-itemize-incubated files
|
(org-x-dag-agenda-show-nodes "Incubator" #'org-x-dag-itemize-incubated files
|
||||||
`((org-agenda-sorting-strategy '(category-keep))
|
`((org-agenda-sorting-strategy '(category-keep))
|
||||||
(org-super-agenda-groups
|
(org-super-agenda-groups
|
||||||
|
@ -4573,8 +4573,8 @@ review phase)"
|
||||||
(defun org-x-dag-agenda-iterators ()
|
(defun org-x-dag-agenda-iterators ()
|
||||||
"Show the iterator agenda view."
|
"Show the iterator agenda view."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((files (:action)))
|
(let ((files '(:action)))
|
||||||
(org-x-dag-agenda-show-nodes "Iterators-0" #'org-x-dag-itemize-iterators files
|
(org-x-dag-agenda-show-nodes "Iterators" #'org-x-dag-itemize-iterators files
|
||||||
`((org-agenda-sorting-strategy '(category-keep))
|
`((org-agenda-sorting-strategy '(category-keep))
|
||||||
(org-super-agenda-groups
|
(org-super-agenda-groups
|
||||||
;; TODO this is wrong
|
;; TODO this is wrong
|
||||||
|
|
Loading…
Reference in New Issue