diff --git a/main.org b/main.org index cdee141..41bcc98 100644 --- a/main.org +++ b/main.org @@ -362,23 +362,6 @@ nice. Should use the export based templating probably. Eventually. org-ref-insert-label-function 'org-ref-insert-label-link org-ref-insert-ref-function 'org-ref-insert-ref-link org-ref-cite-onclick-function (lambda (_) (org-ref-citation-hydra/body))) - (tempo-define-template - "Lab Template" '("#+TITLE: PHY324: LAB TITLE"n - "#+AUTHOR: David Crompton | 1004162434"n - "#+DATE: \\today"n - "#+LATEX_HEADER: \\usepackage{natbib}"n - "#+LATEX_HEADER: \\usepackage{float}"n - "#+LATEX_CLASS: labtemplate"n - "#+OPTIONS: toc:nil"n - ""n - "* Abstract:"n - "* Introduction:"n > p - "* Methods:"n - "* Results:"n - "* Discussion:"n - "bibliographystyle:ieeetr"n - "bibliography:~/Documents/Bibliography/references.bib" >) - "