diff options
| author | 2013-02-07 10:04:08 +0100 | |
|---|---|---|
| committer | 2013-02-07 10:04:08 +0100 | |
| commit | bbde295be61e19c9742a7a76557492962da19efc (patch) | |
| tree | 9f370f3a7c38d2035fe94a36c03aebc0a158d03d | |
| parent | 703fffdc46a1177fd156583b5af472d00fb9b9c9 (diff) | |
| download | dotfiles-bbde295be61e19c9742a7a76557492962da19efc.tar.gz dotfiles-bbde295be61e19c9742a7a76557492962da19efc.zip | |
emacs: Pt should show todo list, not agenda
| -rw-r--r-- | .emacs.d/site-lisp/org-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/org-init.el b/.emacs.d/site-lisp/org-init.el index bb55aca..4033c30 100644 --- a/.emacs.d/site-lisp/org-init.el +++ b/.emacs.d/site-lisp/org-init.el @@ -82,7 +82,7 @@ ("Pa" "Personal agenda" agenda "" ((org-agenda-files (append oni:personal-agenda-files oni:common-agenda-files)))) - ("Pt" "Personal todo" agenda "" + ("Pt" "Personal todo" todo "" ((org-agenda-files (append oni:personal-agenda-files oni:common-agenda-files)))) ("W" . "Work only") |
