forked from colonelpanic/dotfiles
put timestams in body instead of headline of calendar entries.
This commit is contained in:
parent
7cdf5f5088
commit
86a9f2812a
@ -810,18 +810,20 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
|||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
`("c" "Calendar entry" entry
|
`("c" "Calendar entry" entry
|
||||||
(file+headline ,org-calendar-file "Personal")
|
(file+headline ,org-calendar-file "Personal")
|
||||||
"* %? %^T
|
"* %?
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: %U
|
:CREATED: %U
|
||||||
:END:"))
|
:END:
|
||||||
|
%^T"))
|
||||||
|
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
`("y" "Linked Calendar entry" entry
|
`("y" "Linked Calendar entry" entry
|
||||||
(file+headline ,org-calendar-file "Personal")
|
(file+headline ,org-calendar-file "Personal")
|
||||||
"* %? %A %^T
|
"* %? %A
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: %U
|
:CREATED: %U
|
||||||
:END:"))
|
:END:
|
||||||
|
%^T"))
|
||||||
|
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
`("h" "Habit" entry (file+headline ,org-habits-file "Habits")
|
`("h" "Habit" entry (file+headline ,org-habits-file "Habits")
|
||||||
|
Loading…
Reference in New Issue
Block a user