# -*- mode: snippet -*-
# name: org-file header
# key: head
# uuid: head
# --
#+title:     ${1:untitled document}
#+author:    ${2:`user-full-name`}
#+email:     ${3:`user-mail-address`}