diff options
Diffstat (limited to 'emacs-init.org')
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 6881cdf..dae6b87 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2609,6 +2609,8 @@ Switch projects and subprojects from NEXT back to TODO" `(("d" "Day agenda" ((agenda "" ((org-agenda-span 'day))) (org-time-budgets-in-agenda-maybe))) + ("w" "Week agenda" + ((agenda "" ((org-agenda-span 'week))))) ("n" "Agenda and all TODOs" ((todo "INPROGRESS" ((org-agenda-overriding-header "Inprogress Tasks"))) |