From e294a88775ed7d895f24fa123813d568f246900b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 22 Jun 2016 15:25:40 -0700 Subject: [PATCH] Fix spacing in calendar capture definitions --- dotfiles/emacs.d/README.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 31f436fa..bcc2ae22 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1337,19 +1337,19 @@ Sets environment variables by starting a shell `("y" "Calendar entry (Linked)" entry (file ,imalison:org-calendar-file) "* %? %A - :PROPERTIES: - :CREATED: %U - :END: - %^T")) + :PROPERTIES: + :CREATED: %U + :END: + %^T")) (add-to-list 'org-capture-templates `("c" "Calendar entry" entry (file ,imalison:org-calendar-file) "* %? - :PROPERTIES: - :CREATED: %U - :END: - %^T")) + :PROPERTIES: + :CREATED: %U + :END: + %^T")) (add-to-list 'org-capture-templates `("h" "Habit" entry (file ,imalison:org-habits-file)