From 9d1b8d26191658f49713683f4873fc55711cea2b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 4 May 2013 11:34:00 +0200 Subject: Add appointment capture template --- emacs/site-lisp/org-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/site-lisp/org-init.el') diff --git a/emacs/site-lisp/org-init.el b/emacs/site-lisp/org-init.el index a015a0f..53cd826 100644 --- a/emacs/site-lisp/org-init.el +++ b/emacs/site-lisp/org-init.el @@ -112,6 +112,8 @@ "* TODO %?") ("T" "Linked task" entry (file "~/documents/org/tasks") "* TODO %?\n\n %a") + ("a" "Appointment" entry (file "~/documents/org/tasks") + "* %?\n SCHEDULED: %^T\n\n %a") ("n" "General note" entry (file ,org-default-notes-file) (function oni:note-template)))) (setq org-contacts-files '("~/documents/org/misc/contacts.org")) -- cgit v1.2.3-54-g00ecf