summaryrefslogtreecommitdiff
path: root/snippets/org-mode/org-doc
blob: ce19410cab282b0f98aed180de0fe460f178d79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- mode: snippet -*-
# name: default
# key: $default
# --
# -*- mode: org; -*-

#+TITLE: ${1:Default Title}
#+AUTHOR: ${2:`(if (eq user-full-name "") "Default Author" user-full-name)`}
#+DATE: ${3:`(with-temp-buffer (org-insert-time-stamp (current-time)))`}

#+SETUPFILE: ~/.emacs.d/templates/documents/default.org
#+INCLUDE: ~/.emacs.d/templates/documents/default.org_title

$0


Copyright 2019--2024 Marius PETER