diff options
author | fpi | 2020-02-12 08:50:26 +0100 |
---|---|---|
committer | fpi | 2020-02-23 18:07:13 +0100 |
commit | b56fd01ef4486357716deed5c0e3e02ef8338b23 (patch) | |
tree | 9532860aa4d672bb57f4760650e250d988619d0f | |
parent | Add an Interrupt capture template (diff) |
Add an appointment/event capture template
-rw-r--r-- | emacs-init.org | 11 |
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") |