13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: header
|
||
|
# key: header
|
||
|
# condition: t
|
||
|
# --
|
||
|
#+PROPERTY: HEADER-ARGS+ :eval no-export
|
||
|
#+title: $1
|
||
|
#+author: Samuel Ortion
|
||
|
#+date: $2
|
||
|
#+latex_class: scrartcl
|
||
|
#+latex_header: \usepackage{mus}
|
||
|
#+bibliography: ../references.bib
|