[oni-org] Add a yasnippet snippet for a todo item
This commit is contained in:
parent
833a01671a
commit
a0a47c84dc
1 changed files with 10 additions and 0 deletions
10
oni-org/snippets/org-mode/task
Normal file
10
oni-org/snippets/org-mode/task
Normal 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
|
Loading…
Reference in a new issue