blob: 6d13b2326b0641a001b9d061a7cfa3f5665b00fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# -*- mode: snippet -*-
# name: default
# key: $default
# --
# -*- mode: org; -*-
#+TITLE: ${Default Title}
#+AUTHOR: ${`(if (eq user-full-name "") "Default Author" user-full-name)`}
#+DATE: ${`(with-temp-buffer (org-insert-time-stamp (current-time)))`}
#+SETUPFILE: ${`sd-path-templates`}documents/${`(if (string= system-type "gnu/linux") "gnu-" "ms-")`}default.setup
#+INCLUDE: ${`sd-path-templates`}documents/${title-default}.org
* ${Default first heading}
${Default body}
|