forked from colonelpanic/dotfiles
Inactive timestamp for created in calendar scheduling.
This commit is contained in:
parent
f07e88ceb8
commit
a2e6b137ba
@ -753,9 +753,9 @@ 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
|
"* %? %T
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: %T
|
:CREATED: %^T
|
||||||
:END:"))
|
:END:"))
|
||||||
|
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
|
Loading…
Reference in New Issue
Block a user