diff options
author | Kyle Meyer <meyerkya@gmail.com> | 2013-06-11 21:25:43 -0400 |
---|---|---|
committer | Kyle Meyer <meyerkya@gmail.com> | 2013-06-17 13:07:06 -0400 |
commit | 4aafad42e2ef3bcdcc41310fa42eea5d21b51171 (patch) | |
tree | 89e649c812ca1aab89e70d00c64bc5bdc9759769 /init | |
parent | 86c784c3a59c44dea92b308dd6d468bf8e1d9993 (diff) | |
download | emacs.d-4aafad42e2ef3bcdcc41310fa42eea5d21b51171.tar.gz |
org contacts: file to inbox by default
Diffstat (limited to 'init')
-rw-r--r-- | init/km-orgcontacts.el | 2 |
1 files changed, 1 insertions, 1 deletions
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:")) |