emacs: Pt should show todo list, not agenda
This commit is contained in:
parent
703fffdc46
commit
bbde295be6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
("Pa" "Personal agenda" agenda ""
|
("Pa" "Personal agenda" agenda ""
|
||||||
((org-agenda-files (append oni:personal-agenda-files
|
((org-agenda-files (append oni:personal-agenda-files
|
||||||
oni:common-agenda-files))))
|
oni:common-agenda-files))))
|
||||||
("Pt" "Personal todo" agenda ""
|
("Pt" "Personal todo" todo ""
|
||||||
((org-agenda-files (append oni:personal-agenda-files
|
((org-agenda-files (append oni:personal-agenda-files
|
||||||
oni:common-agenda-files))))
|
oni:common-agenda-files))))
|
||||||
("W" . "Work only")
|
("W" . "Work only")
|
||||||
|
|
Loading…
Reference in a new issue