Default template.

Commit
2782fb35fcca1c42687ba9aa3cb588e1ae9de907
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
snippets/org-mode/default
index ce19410c..ec34fc2d 100644..100644
@@ -8,7 +8,7 @@
8 8 #+AUTHOR: ${2:`(if (eq user-full-name "") "Default Author" user-full-name)`}
9 9 #+DATE: ${3:`(with-temp-buffer (org-insert-time-stamp (current-time)))`}
10 10
11 Removed: #+SETUPFILE: ~/.emacs.d/templates/documents/default.org
11 Added: #+SETUPFILE: ~/.emacs.d/templates/documents/${4:`(if (string= system-type "gnu/linux") "gnu-" "ms-:")`}default.org
12 12 #+INCLUDE: ~/.emacs.d/templates/documents/default.org_title
13 13
14 14 $0