aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/snippets/org-mode/task
blob: af229d1ee5a38e463b2d7cf585d66a5d5f936a0c (plain)
1
2
3
4
5
6
7
8
9
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