From df2a1de96da2fecf23da34daf4c3134f3937e2ed Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Mon, 6 May 2024 09:43:05 -0500 Subject: [PATCH] Entry interrupt --- lisp/ti-config/work-org-stuff.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/ti-config/work-org-stuff.el b/lisp/ti-config/work-org-stuff.el index b0ad123..a0ced61 100644 --- a/lisp/ti-config/work-org-stuff.el +++ b/lisp/ti-config/work-org-stuff.el @@ -567,6 +567,11 @@ :target (file+head+olp "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:>\n" ("Journal"))) + ("e" "Entry Interrupt" entry (file "~/org/templates/entry-interrupt.org") + :unnarrowed t + :target (file+head+olp "%<%Y-%m-%d>.org" + "#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:>\n" + ("Journal"))) ("e" "Exit Interrupt" entry (file "~/org/templates/exit-interrupt.org") :unnarrowed t :target (file+head+olp "%<%Y-%m-%d>.org"