Update org-calendar section names
This commit is contained in:
parent
957496b5f3
commit
c74f95a889
@ -495,15 +495,15 @@ https://blog.aaronbieber.com/2016/09/24/an-agenda-for-life-with-org-mode.html
|
||||
((org-ql-block '(and (tags "@work")
|
||||
(todo "TODO")
|
||||
(priority "A"))
|
||||
((org-ql-block-header "Things to do")))
|
||||
((org-ql-block-header "Important TODOs")))
|
||||
(org-ql-block '(and (tags "@work")
|
||||
(todo "TODO")
|
||||
(priority "B"))
|
||||
((org-ql-block-header "Things to do")))
|
||||
((org-ql-block-header "TODOs")))
|
||||
(org-ql-block '(and (tags "@work")
|
||||
(todo "TODO")
|
||||
(priority "C"))
|
||||
((org-ql-block-header "Things to do")))))
|
||||
((org-ql-block-header "Not important TODOs")))))
|
||||
("h" "Home"
|
||||
((org-ql-block '(and (tags "@home")
|
||||
(todo "TODO")
|
||||
@ -520,10 +520,10 @@ https://blog.aaronbieber.com/2016/09/24/an-agenda-for-life-with-org-mode.html
|
||||
("q" "Questions to ask"
|
||||
((org-ql-block '(and (todo "QUES")
|
||||
(tags "@christophe"))
|
||||
((org-ql-block-header "Questions")))
|
||||
((org-ql-block-header "Questions to Christophe")))
|
||||
(org-ql-block '(and (todo "QUES")
|
||||
(tags "@veijo"))
|
||||
((org-ql-block-header "Veijo")))
|
||||
((org-ql-block-header "Questions to Veijo")))
|
||||
(org-ql-block '(and (todo "QUES")
|
||||
(not (tags "@veijo" "@christophe")))
|
||||
((org-ql-block-header "Other Questions")))))
|
||||
|
Loading…
Reference in New Issue
Block a user