We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca86942 commit 1199b65Copy full SHA for 1199b65
snippets/org-mode/post
@@ -4,10 +4,10 @@
4
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
5
# --
6
---
7
-. title: ${1:`(capitalize (replace-regexp-in-string "-\\|_" " " (file-name-base))))`}
+title: ${1:`(capitalize (replace-regexp-in-string "-\\|_" " " (file-name-base))))`}
8
date: `(format-time-string "%Y-%m-%dT%H:%M:%S-04:00" (current-time))`
9
tags:
10
-catgetories:
+categories:
11
draft: true
12
13
0 commit comments