From b56fd01ef4486357716deed5c0e3e02ef8338b23 Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 12 Feb 2020 08:50:26 +0100 Subject: Add an appointment/event capture template --- emacs-init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) 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") -- cgit v1.2.3