Only show school tasks not in main view
If scheduled or have a deadline, they'll already appear in the daily view anyway. Removes duplicates.
This commit is contained in:
parent
c64a3fa81c
commit
99dbb7447b
|
@ -188,7 +188,9 @@ status (inspired by [[https://blog.jethro.dev/posts/org_mode_workflow_preview/]]
|
|||
(org-agenda-files '(
|
||||
"~/org/image.org"
|
||||
"~/org/rdi.org"
|
||||
))))
|
||||
))
|
||||
(org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline
|
||||
'scheduled))))
|
||||
(todo "TODO"
|
||||
((org-agenda-overriding-header "Tasks")
|
||||
(org-agenda-files '("~/org/tasks.org"))
|
||||
|
|
Loading…
Reference in a new issue