Archived
1
0
Fork 0

add deploy project/todo template to org-capture setup

This commit is contained in:
KemoNine 2023-04-12 15:24:11 -04:00
parent 800b4fdcd4
commit 79416dab24

View file

@ -184,5 +184,12 @@
:immediate-finish "f" :immediate-finish "f"
:jump-to-captured "t" :jump-to-captured "t"
) )
("p" "Deployment" entry
(file "~/org/_todo.org")
(file "~/org/template_deploy.org")
:prepend t
:immediate-finish "f"
:jump-to-captured "t"
)
)) ))
) )