From 817fa68ed87d18fb5de563faa4a9ba77c0efcae2 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 26 Aug 2019 10:19:54 -0400 Subject: [PATCH] Add "log" org capture template --- emacs/init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 834dd33..cd94267 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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