[oni-org] Add capture template for bought albums
This commit is contained in:
parent
a37f274ce8
commit
bebfe3c991
1 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0705.232822
|
||||
;; Version: 2021.0705.233009
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -515,6 +515,13 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
|||
(file ,(expand-file-name "inbox.org" oni-org-capture-template-directory)))
|
||||
("I" "Inbox (add selection)" entry (file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
|
||||
(file ,(expand-file-name "inbox-with-selection.org" oni-org-capture-template-directory)))
|
||||
("a" "Album" entry (file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
|
||||
"* %^{Artist} - %^{Album Name}
|
||||
** TODO Listen to %\\1 - %\\2
|
||||
** TODO Rip %\\1 - %\\2 to disk
|
||||
** TODO Add album art to %\\1 - %\\2
|
||||
** TODO Transfer %\\1 - %\\2 to phone"
|
||||
:immediate-finish t)
|
||||
("t" "Task" entry (file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
|
||||
(file ,(expand-file-name "task.org" oni-org-capture-template-directory)))
|
||||
("a" "Appointment" entry (file "")
|
||||
|
|
Loading…
Reference in a new issue