Add default priority to org-mode task capture template

This commit is contained in:
Evie Litherland-Smith 2024-04-02 13:56:34 +01:00
parent 551176acf7
commit d83703e8a9

View file

@ -72,7 +72,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
"* %?") "* %?")
("t" "Task" entry ("t" "Task" entry
(file+olp+datetree "tasks.org" "Inbox") (file+olp+datetree "tasks.org" "Inbox")
"* TODO %?") "* TODO [#B] %?")
("r" "Reading List" entry ("r" "Reading List" entry
(file+olp+datetree "reading.org" "Inbox") (file+olp+datetree "reading.org" "Inbox")
"* %?") "* %?")