diff options
author | Griffin Smith <root@gws.fyi> | 2023-02-27T15·14-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-02-27T15·18+0000 |
commit | 5134324a7846bacbab1ba342b3cb1609f0fd6f68 (patch) | |
tree | 29138e0b736bb1a3b3682328203758dbe34b2e17 /users/grfn | |
parent | ffe77cbc9c0bb30743a85e826374dfda0a21343d (diff) |
feat(grfn/emacs): Add capture template for work todo r/5861
Change-Id: If6e667a28619cd43d1135d6b0552bc09c5c038e8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8163 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/emacs.d/org-config.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/org-config.el b/users/grfn/emacs.d/org-config.el index b36628ab03f0..2ff8612f838c 100644 --- a/users/grfn/emacs.d/org-config.el +++ b/users/grfn/emacs.d/org-config.el @@ -76,6 +76,10 @@ "* TODO %?\n%i" :kill-buffer t) + ("w" "Work Todo" entry + (file+headline ,(notes-file "work.org") "Work Tasks") + "* TODO %?\n%i") + ("m" "Email" entry (file +org-default-todo-file) "* TODO [[%L][%:subject]] :email:\n%i") |