fix(snippets): ADR correct field order; prefix ; for all keys; add meeting/weekly/todo/blogpost
This commit is contained in:
18
snippets/org-mode/weekly
Normal file
18
snippets/org-mode/weekly
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Weekly review
|
||||
# key: ;weekly
|
||||
# --
|
||||
* Weekly Review — `(format-time-string "W%V %Y")`
|
||||
|
||||
** Done this week
|
||||
${1:- }
|
||||
|
||||
** In progress
|
||||
${2:- }
|
||||
|
||||
** Blocked
|
||||
${3:- }
|
||||
|
||||
** Next week focus
|
||||
${4:- }
|
||||
$0
|
||||
Reference in New Issue
Block a user