[Emacs] Remove extra spaces added to :PROPERTIES: drawer in capture templates
This commit is contained in:
parent
6642f49548
commit
851ba4514c
@ -3392,9 +3392,9 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
|
|||||||
(defvar org-capture-templates nil))
|
(defvar org-capture-templates nil))
|
||||||
|
|
||||||
(defvar imalison:created-property-string "
|
(defvar imalison:created-property-string "
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: %U
|
:CREATED: %U
|
||||||
:END:")
|
:END:")
|
||||||
|
|
||||||
(imalison:add-to-org-agenda-files
|
(imalison:add-to-org-agenda-files
|
||||||
(nconc (list imalison:org-gtd-file imalison:org-habits-file
|
(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
|
(add-to-list 'org-capture-templates
|
||||||
`("h" "Habit" entry (file ,imalison:org-habits-file)
|
`("h" "Habit" entry (file ,imalison:org-habits-file)
|
||||||
"* TODO
|
"* TODO
|
||||||
SCHEDULED: %^t
|
SCHEDULED: %^t
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: %U
|
:CREATED: %U
|
||||||
:STYLE: habit
|
:STYLE: habit
|
||||||
:END:"))
|
:END:"))
|
||||||
|
|
||||||
|
|
||||||
(defun org-get-priority-at-point ()
|
(defun org-get-priority-at-point ()
|
||||||
|
Loading…
Reference in New Issue
Block a user