From 17f04352b44c56d46507b19a72140565dbfa0209 Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 6 Feb 2020 15:13:29 +0100 Subject: Add an Interrupt capture template --- emacs-init.org | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/emacs-init.org b/emacs-init.org index 0281ea8..d07e465 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1741,9 +1741,19 @@ Templates ,org-journal-file) "** %<%H:%M> %? %i" ) - - - + ("i" "Interrupt" + entry + (id "802014b3-fddf-4090-b140-7fb62cb982f2") + "** Interrupt: %? +:PROPERTIES: +:CREATED: %T +:SOURCE: %a +:END: +:LOGBOOK: +:END: +" +:clock-in t +:clock-resume t) ;; ("a" "Appointment" entry (file "~/sync/a.org") ;; "* %i%?%(and (org-id-get-create) nil)\n:PROPERTIES:\n:CREATED: %U%(when %a \"\n:SOURCE: %a\")\n:END:\n%^t") ;; ("t" "Soonish task" entry (file "~/sync/refile.org") -- cgit v1.2.3