summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-12-20 13:32:12 +0100
committerfpi2022-03-17 14:44:38 +0100
commite39f2094c4568eca1f58cdcd9196401784e6c335 (patch)
treed446304a96156f1d9e343cd999217112475dc384 /emacs-init.org
parentAdd more project related functions (diff)
Add this weeks agenda
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 24dfa7d..a66879c 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -3986,6 +3986,10 @@ Based on https://github.com/psamim/dotfiles/blob/master/doom/config.el#L73.
("w" . "Week agendas")
("ww" "Standard week agenda"
((agenda "" ((org-agenda-span 'week)))))
+("wt" "This Week's agenda (starting on last Monday)"
+ ((agenda "" ((org-agenda-span 'week)
+ (org-agenda-start-day "-mon")))
+ (tags-todo "+work")))
("wn" "Next Week's agenda"
((agenda "" ((org-agenda-span 'week)
(org-agenda-start-day "mon")))