forked from colonelpanic/dotfiles
Fix spacing in calendar capture definitions
This commit is contained in:
parent
b5fa53cfa4
commit
e294a88775
@ -1337,19 +1337,19 @@ Sets environment variables by starting a shell
|
|||||||
`("y" "Calendar entry (Linked)" entry
|
`("y" "Calendar entry (Linked)" entry
|
||||||
(file ,imalison:org-calendar-file)
|
(file ,imalison:org-calendar-file)
|
||||||
"* %? %A
|
"* %? %A
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: %U
|
:CREATED: %U
|
||||||
:END:
|
:END:
|
||||||
%^T"))
|
%^T"))
|
||||||
|
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
`("c" "Calendar entry" entry
|
`("c" "Calendar entry" entry
|
||||||
(file ,imalison:org-calendar-file)
|
(file ,imalison:org-calendar-file)
|
||||||
"* %?
|
"* %?
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: %U
|
:CREATED: %U
|
||||||
:END:
|
:END:
|
||||||
%^T"))
|
%^T"))
|
||||||
|
|
||||||
(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)
|
||||||
|
Loading…
Reference in New Issue
Block a user