stripped incubator agenda view to not include current tasks (less
crowded now)
This commit is contained in:
parent
7c8b773720
commit
3460549e8d
3
conf.org
3
conf.org
|
@ -1551,7 +1551,8 @@ set as a text property for further sorting"
|
||||||
|
|
||||||
("i"
|
("i"
|
||||||
"Incubator View"
|
"Incubator View"
|
||||||
((agenda "" ((org-agenda-span 7)
|
((agenda "" ((org-agenda-skip-function '(nd/skip-headings-with-tags nil '("%inc")))
|
||||||
|
(org-agenda-span 7)
|
||||||
(org-agenda-time-grid nil)
|
(org-agenda-time-grid nil)
|
||||||
(org-agenda-entry-types '(:deadline :timestamp))))
|
(org-agenda-entry-types '(:deadline :timestamp))))
|
||||||
,(nd/agenda-base-task-cmd "-NA-REFILE+%inc/!"
|
,(nd/agenda-base-task-cmd "-NA-REFILE+%inc/!"
|
||||||
|
|
Loading…
Reference in New Issue