aboutsummaryrefslogtreecommitdiff
path: root/tempel-snippets.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-12-11 15:38:50 -0500
committerBardofSprites <[email protected]>2024-12-11 15:38:50 -0500
commit10469d57aa3b2a7c8bb556b3db2970f4820049b4 (patch)
tree92b0ec1c0a7dc87bf57222e714c61e35ccc4761d /tempel-snippets.el
parent5b42abede57b05c985c48d35c862b55e96ab9c09 (diff)
physics lab template
Diffstat (limited to 'tempel-snippets.el')
-rw-r--r--tempel-snippets.el5
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