1
0
Fork 0

[oni-org] Add a yasnippet snippet for a todo item

This commit is contained in:
Tom Willemse 2023-07-16 23:34:48 -07:00
parent 833a01671a
commit a0a47c84dc

View file

@ -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