From ff65eff6f70058d06057e5d796460eeeb9b0234d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 18 Feb 2015 01:59:05 -0500 Subject: Don't indent in Org Contacts capture template I've set org-adapt-indentation to nil (b8ffd041f). --- lisp/init-org.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp/init-org.el') diff --git a/lisp/init-org.el b/lisp/init-org.el index e5fad96..85cd684 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -561,7 +561,11 @@ global value. A numeric prefix sets MAXLEVEL (defaults to 2)." (add-to-list 'org-capture-templates '("a" "email address" entry (file+headline "~/notes/contacts.org" "Inbox") - "** %(org-contacts-template-name)\n :PROPERTIES:\n :EMAIL: %(org-contacts-template-email)\n :END:")) + " +** %(org-contacts-template-name) +:PROPERTIES: +:EMAIL: %(org-contacts-template-email) +:END:")) ;;; Org in other modes -- cgit v1.2.3