Move personal projects up the list
This commit is contained in:
parent
09632f4569
commit
fd4cf12994
|
@ -323,6 +323,9 @@ status (inspired by [[https://blog.jethro.dev/posts/org_mode_workflow_preview/]]
|
|||
(org-agenda-files '("~/org/job.org"))
|
||||
(org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline
|
||||
'scheduled))))
|
||||
(todo "TODO"
|
||||
((org-agenda-files '("~/org/project.org"))
|
||||
(org-agenda-overriding-header "Personal projects")))
|
||||
(todo "TODO"
|
||||
((org-agenda-overriding-header "School")
|
||||
(org-agenda-files '(
|
||||
|
@ -345,9 +348,6 @@ status (inspired by [[https://blog.jethro.dev/posts/org_mode_workflow_preview/]]
|
|||
(todo "TODO"
|
||||
((org-agenda-files '("~/org/notes.org"))
|
||||
(org-agenda-overriding-header "Note Taking")))
|
||||
(todo "TODO"
|
||||
((org-agenda-files '("~/org/project.org"))
|
||||
(org-agenda-overriding-header "Personal projects")))
|
||||
)))))
|
||||
#+END_SRC
|
||||
|
||||
|
|
Loading…
Reference in a new issue