summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-02-06 15:13:29 +0100
committerfpi2020-02-23 18:07:12 +0100
commit17f04352b44c56d46507b19a72140565dbfa0209 (patch)
treea86f26d07e2ba20e32d288072be6d518ef95e295 /emacs-init.org
parentNo longer ask for a note when clocking lunch (diff)
Add an Interrupt capture template
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org16
1 files 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")