diff options
Diffstat (limited to 'tempel-snippets.el')
| -rw-r--r-- | tempel-snippets.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tempel-snippets.el b/tempel-snippets.el index dcf127b..86cc07c 100644 --- a/tempel-snippets.el +++ b/tempel-snippets.el @@ -19,7 +19,10 @@ org-mode (time (format-time-string "\[%Y-%0m-%0d %a %H:%0M\]")) (hat1 "$\\hat{\\texbg{"p q"}}$") (hat2 "\\hat{\\texbg{"p q"}}") - +(physics-lab "#+options: toc:nil num:1" n + "#+setupfile: setup.org" n + "#+LATEX_CLASS: article" n + "#+export_file_name: Daniel Pinkston - " (car denote-title-history)) emacs-lisp-mode |
