Improve custom org agenda
This commit is contained in:
parent
6f39374a94
commit
375eb75b1f
1 changed files with 6 additions and 3 deletions
5
init.el
5
init.el
|
@ -488,7 +488,10 @@
|
|||
(org-agenda-start-on-weekday 1)
|
||||
(org-agenda-prefix-format " → %t%s ")
|
||||
(org-agenda-repeating-timestamp-show-all t)))
|
||||
(alltodo ""
|
||||
(tags-todo "tasks"
|
||||
((org-agenda-prefix-format "[ ] ")
|
||||
(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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue