Improve custom org agenda
This commit is contained in:
parent
6f39374a94
commit
375eb75b1f
1 changed files with 6 additions and 3 deletions
9
init.el
9
init.el
|
@ -488,9 +488,12 @@
|
||||||
(org-agenda-start-on-weekday 1)
|
(org-agenda-start-on-weekday 1)
|
||||||
(org-agenda-prefix-format " → %t%s ")
|
(org-agenda-prefix-format " → %t%s ")
|
||||||
(org-agenda-repeating-timestamp-show-all t)))
|
(org-agenda-repeating-timestamp-show-all t)))
|
||||||
(alltodo ""
|
(tags-todo "tasks"
|
||||||
((org-agenda-prefix-format "[ ] ")
|
((org-agenda-prefix-format "[ ] ")
|
||||||
(org-agenda-sorting-strategy '(tag-up priority-down)))))
|
(org-agenda-sorting-strategy '(tag-up priority-down))))
|
||||||
|
(tags-todo "personal|research"
|
||||||
|
((org-agenda-prefix-format "[ ] ")
|
||||||
|
(org-agenda-sorting-strategy '(tag-up priority-down)))))
|
||||||
((org-agenda-remove-tags t))
|
((org-agenda-remove-tags t))
|
||||||
("fortnight.html"))
|
("fortnight.html"))
|
||||||
("n" "Agenda and all TODOs"
|
("n" "Agenda and all TODOs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue