diff --git a/oni-org/snippets/org-mode/task b/oni-org/snippets/org-mode/task new file mode 100644 index 0000000..af229d1 --- /dev/null +++ b/oni-org/snippets/org-mode/task @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: task +# key: todo +# -- +* TODO ${1:What is the outcome?} +:PROPERTIES: +:CREATED: [`(format-time-string "%Y-%m-%d %a %H:%M")`] +:END: + +$0