Add agenda views for work and personal todos
This commit is contained in:
parent
5b6e939ddc
commit
4f61b0e3ce
1 changed files with 4 additions and 0 deletions
|
|
@ -480,12 +480,16 @@
|
|||
org-startup-with-inline-images t
|
||||
org-image-actual-width '(460)
|
||||
org-agenda-files '("~/Logseq/Me/journals/" "~/Logseq/Me/pages")
|
||||
org-agenda-custom-commands
|
||||
'(("p" "Personal Todos" tags-todo "-@work")
|
||||
("w" "Work Todos" tags-todo "+@work"))
|
||||
org-capture-templates
|
||||
'(("i" "Inbox" entry (file "~/Logseq/Me/pages/Inbox.org")
|
||||
"* %?\n"))
|
||||
org-tag-alist
|
||||
'(("@work") ("@home")
|
||||
("project") ("bitcoin") ("ai-ml"))
|
||||
|
||||
org-todo-keywords
|
||||
'((sequence "TODO" "DOING" "WAITING" "|" "DONE"))
|
||||
org-confirm-babel-evaluate nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue