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

9 lines
170 B
Text
Raw Normal View History

2019-08-28 08:43:04 +02:00
# -*- mode: snippet -*-
# name: Heading
2021-08-04 09:00:30 +02:00
# key: <t
2019-08-28 08:43:04 +02:00
# --
2021-08-04 09:00:30 +02:00
${1:*} ${2:TODO$(upcase yas-text)} $3
:PROPERTIES:
:CREATED: [`(format-time-string "%Y-%m-%d %a %H:%M")`]
:END:
$0