diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:07:27 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:07:27 -0400 |
| commit | bf8b1aeec85c5c8fdeed88115a230577a19ee25e (patch) | |
| tree | 28ac75f55436996edb58cd37551939b7c3095137 /snippets/org-mode | |
| parent | 5532efce67fe49aaa8074ead89e100e049827142 (diff) | |
blog snippet
Diffstat (limited to 'snippets/org-mode')
| -rw-r--r-- | snippets/org-mode/blog | 10 |
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 |
