aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-05 23:30:21 -0700
committerGravatar Tom Willemse2021-07-05 23:30:21 -0700
commitbebfe3c991230a572b3029568d750a45cec11171 (patch)
tree8279b49510fe7aef8dbe795c734d102e59d047c3 /oni-org/oni-org.el
parenta37f274ce84e59569f16c7e6ed162d674d199ddb (diff)
downloademacs-config-bebfe3c991230a572b3029568d750a45cec11171.tar.gz
emacs-config-bebfe3c991230a572b3029568d750a45cec11171.zip
[oni-org] Add capture template for bought albums
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 7db2e44..f868eb0 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -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 "")