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

9 lines
No EOL
170 B
Text

# -*- mode: snippet -*-
# name: Heading
# key: <t
# --
${1:*} ${2:TODO$(upcase yas-text)} $3
:PROPERTIES:
:CREATED: [`(format-time-string "%Y-%m-%d %a %H:%M")`]
:END:
$0