aboutsummaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets')
-rw-r--r--snippets/org-mode/blog10
1 files changed, 10 insertions, 0 deletions
diff --git a/snippets/org-mode/blog b/snippets/org-mode/blog
new file mode 100644
index 0000000..410d4d0
--- /dev/null
+++ b/snippets/org-mode/blog
@@ -0,0 +1,10 @@
+# -*- mode: snippet -*-
+# name: blog
+# key: blog
+# --
+#+title: ${1:title}
+#+date: `(format-time-string "%Y-%m-%dT%H:%M:%S%z")`
+#+type: ${2:type of post}
+#+tags: [${3:tags}]
+
+$0 \ No newline at end of file