aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/snippets/org-mode/heading
diff options
context:
space:
mode:
Diffstat (limited to 'oni-org/snippets/org-mode/heading')
-rw-r--r--oni-org/snippets/org-mode/heading12
1 files changed, 6 insertions, 6 deletions
diff --git a/oni-org/snippets/org-mode/heading b/oni-org/snippets/org-mode/heading
index 9d5451e..a472f06 100644
--- a/oni-org/snippets/org-mode/heading
+++ b/oni-org/snippets/org-mode/heading
@@ -1,9 +1,9 @@
# -*- mode: snippet -*-
# name: Heading
-# key: *
+# key: <t
# --
-${1:*} ${2:TODO} $3
-${1:$(make-string (length text) ?\ )} :PROPERTIES:
-${1:$(make-string (length text) ?\ )} :CATEGORY: $4
-${1:$(make-string (length text) ?\ )} :END:
-${1:$(make-string (length text) ?\ )} $0 \ No newline at end of file
+${1:*} ${2:TODO$(upcase yas-text)} $3
+:PROPERTIES:
+:CREATED: [`(format-time-string "%Y-%m-%d %a %H:%M")`]
+:END:
+$0 \ No newline at end of file