1
0
Fork 0
emacs-config/oni-org/snippets/org-mode/task

10 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