summaryrefslogtreecommitdiff
path: root/yasnippet/org-mode/blognew
blob: 767c9d5397c34fa9a4e4e00d6ce15a263c2775a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- mode: snippet -*-
# name: blognew
# key: blognew
# --
#+title: $1
#+author: Preston Pan
#+date: [`(format-time-string "%Y-%m-%d %a")`]
#+subtitle: By {{{author}}}, `(format-time-string "%B %d, %Y")`
#+description: $2
#+language: en
#+OPTIONS: broken-links:t

* Introduction
$0