diff options
| author | BardofSprites <[email protected]> | 2025-01-17 07:25:01 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-01-17 07:25:01 -0500 |
| commit | 0dd56c469cb459644a301cd869e44002bf29bf5e (patch) | |
| tree | 110e99cf607960d3f88165d17dc15d5b08d23643 /bard-emacs-modules/bard-emacs-org.el | |
| parent | 5c82790d5f28f7737aa9d2b579705fbf00364fb7 (diff) | |
update capture template
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index ea9f376..d82c383 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -95,10 +95,10 @@ (require 'org-protocol) (setq org-capture-templates - '(("i" "Important Stuff" entry + '(("t" "task" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" - "Inbox" "Important Stuff") + "Inbox" "General tasks") "* TODO %?") ("e" "Extra/Coding" entry (file+olp |
