From ee69ca81818fe6f9105dc807b10450bfa2d27afc Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 4 Jun 2025 08:15:34 -0500 Subject: [PATCH] Adding a puppet capture template --- lisp/org-config/my-org-capture-templates.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/org-config/my-org-capture-templates.el b/lisp/org-config/my-org-capture-templates.el index e9ac20b..e4b470f 100644 --- a/lisp/org-config/my-org-capture-templates.el +++ b/lisp/org-config/my-org-capture-templates.el @@ -250,7 +250,10 @@ :function my/org-find-journal :datetree t :template "* %U\n%?") - ("Programming Interview Prep Journal" :keys "p" + ("Puppet" :keys "p" + :file ,(my/org-file "puppet.gpg") + :template "* %T \n%?") + ("Programming Interview Prep Journal" :keys "P" :file ,(my/org-file "journal.gpg") :datetree t :template "* ")))