summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-02-12 08:50:26 +0100
committerfpi2020-02-23 18:07:13 +0100
commitb56fd01ef4486357716deed5c0e3e02ef8338b23 (patch)
tree9532860aa4d672bb57f4760650e250d988619d0f /emacs-init.org
parentAdd an Interrupt capture template (diff)
Add an appointment/event capture template
Diffstat (limited to '')
-rw-r--r--emacs-init.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org
index d07e465..c2c1b5e 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -1754,6 +1754,17 @@ Templates
"
:clock-in t
:clock-resume t)
+ ("a" "Appointment"
+ entry
+ (id "802014b3-fddf-4090-b140-7fb62cb982f2")
+ "** %?
+:PROPERTIES:
+:CREATED: %U
+:DATE: %^T
+:SOURCE: %a
+:END:
+"
+ )
;; ("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")