feat(grfn/emacs): Add capture template for work todo
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>
This commit is contained in:
parent
ffe77cbc9c
commit
5134324a78
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue