summaryrefslogtreecommitdiff
path: root/snippets/org-mode/title
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/org-mode/title')
-rw-r--r--snippets/org-mode/title16
1 files changed, 16 insertions, 0 deletions
diff --git a/snippets/org-mode/title b/snippets/org-mode/title
new file mode 100644
index 0000000..ceccb21
--- /dev/null
+++ b/snippets/org-mode/title
@@ -0,0 +1,16 @@
+# -*- mode: snippet -*-
+# name: title
+# key: ,t
+# --
+
+#+TITLE: ${1:title}
+#+AUTHOR: ${2:author}
+#+STARTUP: overview
+#+LANGUAGE: en
+#+OPTIONS: ^:nil
+#+LATEX_HEADER: \let\oldsection\section
+#+LATEX_HEADER: \renewcommand{\section}{\clearpage\oldsection}
+#+LATEX: \pagenumbering{arabic}
+#+LATEX: \setlength\parindent{0pt}
+
+$0