summaryrefslogtreecommitdiff
path: root/yasnippet/org-mode/org
diff options
context:
space:
mode:
Diffstat (limited to 'yasnippet/org-mode/org')
-rw-r--r--yasnippet/org-mode/org12
1 files changed, 12 insertions, 0 deletions
diff --git a/yasnippet/org-mode/org b/yasnippet/org-mode/org
new file mode 100644
index 0000000..789c12f
--- /dev/null
+++ b/yasnippet/org-mode/org
@@ -0,0 +1,12 @@
+# -*- mode: snippet -*-
+# name: org
+# key: org
+# --
+#+title: $1
+#+author: $2
+#+description: $3
+#+date: [`(format-time-string "%Y-%m-%d %a")`]
+
+#+language: en
+#+OPTIONS: broken-links:t
+$0 \ No newline at end of file