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 ;; 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 "")