Add "log" org capture template

This commit is contained in:
Jeremy Dormitzer 2019-08-26 10:19:54 -04:00
parent d263e976e1
commit 817fa68ed8

View File

@ -813,7 +813,10 @@ Always show inline images:
(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)))
"* %i%?" :empty-lines 1)
("l" "Log" entry
(file ,(agenda-files "log.org"))
"* %<%Y-%m-%d %H:%M:%S>%?")))
#+END_SRC
** Refile targets