Remove "Project" org-capture template

This commit is contained in:
Jeremy Dormitzer 2020-02-19 09:33:44 -05:00
parent a3417f5722
commit ef8f85e1cc

View File

@ -1483,9 +1483,6 @@ A function to add ids to every heading in an Org file:
("j" "Journal entry" entry
(file ,(agenda-files "journal.org"))
"* %<%Y-%m-%d %H:%M:%S>%?")
("p" "Project" entry
(file ,(agenda-files "notes.org"))
"* %^{Project name}\n\n** What's it supposed to do?\n%?\n** How can I test that it works?\n\n** How can I test that it didn't break anything?\n\n** What alternative approaches are there - what trade-offs can be made?\n\n** What assumptions have I made?\n\n** What deployables will I need to deploy?\n")
("B" "Brain" plain (function org-brain-goto-end)
"* %i%?" :empty-lines 1)
("l" "Log" entry