View raw

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