Skip to content

Commit 1199b65

Browse files
committed
fixed post snippet
1 parent ca86942 commit 1199b65

File tree

1 file changed

+2
-2
lines changed
  • snippets/org-mode

1 file changed

+2
-2
lines changed

snippets/org-mode/post

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
55
# --
66
---
7-
. title: ${1:`(capitalize (replace-regexp-in-string "-\\|_" " " (file-name-base))))`}
7+
title: ${1:`(capitalize (replace-regexp-in-string "-\\|_" " " (file-name-base))))`}
88
date: `(format-time-string "%Y-%m-%dT%H:%M:%S-04:00" (current-time))`
99
tags:
10-
catgetories:
10+
categories:
1111
draft: true
1212
---
1313

0 commit comments

Comments
 (0)