# -*- 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}