confi-emacs-actual/snippets/org-mode/head

9 lines
187 B
Plaintext

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