11 lines
166 B
Text
11 lines
166 B
Text
|
# -*- 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
|