From 851ba4514c1c673e106d170f6b531304ec19b20e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 23 Aug 2023 13:43:31 -0600 Subject: [PATCH] [Emacs] Remove extra spaces added to :PROPERTIES: drawer in capture templates --- 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 449ca652..99499167 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3392,9 +3392,9 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877 (defvar org-capture-templates nil)) (defvar imalison:created-property-string " - :PROPERTIES: - :CREATED: %U - :END:") +:PROPERTIES: +:CREATED: %U +:END:") (imalison:add-to-org-agenda-files (nconc (list imalison:org-gtd-file imalison:org-habits-file @@ -3432,11 +3432,11 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877 (add-to-list 'org-capture-templates `("h" "Habit" entry (file ,imalison:org-habits-file) "* TODO - SCHEDULED: %^t - :PROPERTIES: - :CREATED: %U - :STYLE: habit - :END:")) +SCHEDULED: %^t +:PROPERTIES: +:CREATED: %U +:STYLE: habit +:END:")) (defun org-get-priority-at-point ()