[oni-org] Add capture template for DONE tasks
This commit is contained in:
parent
ad65e6eff0
commit
6747a3693c
1 changed files with 11 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2024.0315.155036
|
||||
;; Version: 2024.0509.130831
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async org-ql org-super-agenda)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -1243,6 +1243,16 @@ same code all the time."
|
|||
(agenda ""
|
||||
((org-agenda-span 3))))))
|
||||
|
||||
(oni-org--map-put org-capture-templates "D"
|
||||
'("A DONE item for my to-done list." entry (file oni-org-todo-main-file)
|
||||
"* DONE %?
|
||||
:PROPERTIES:
|
||||
:CREATED: %U
|
||||
:END:
|
||||
:LOGBOOK:
|
||||
- State \"DONE\" from \"TODO\" %U
|
||||
:END:"))
|
||||
|
||||
(oni-org--map-put org-capture-templates "t"
|
||||
'("A simple TODO item." entry (file "") "* TODO %?
|
||||
:PROPERTIES:
|
||||
|
|
Loading…
Reference in a new issue