From 4aafad42e2ef3bcdcc41310fa42eea5d21b51171 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 11 Jun 2013 21:25:43 -0400 Subject: org contacts: file to inbox by default --- init/km-orgcontacts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init/km-orgcontacts.el') diff --git a/init/km-orgcontacts.el b/init/km-orgcontacts.el index b75ddb5..b6faa3b 100644 --- a/init/km-orgcontacts.el +++ b/init/km-orgcontacts.el @@ -3,5 +3,5 @@ (setq org-contacts-files '("~/notes/contacts.org")) (add-to-list 'org-capture-templates - '("a" "email address" entry (file "~/notes/contacts.org") + '("a" "email address" entry (file+headline "~/notes/contacts.org" "Inbox") "** %(org-contacts-template-name)\n :PROPERTIES:\n :EMAIL: %(org-contacts-template-email)\n :END:")) -- cgit v1.2.3