From 8dcfda2f27e721bfaea80c96e71bdbee60ecb1b2 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Thu, 3 Sep 2020 11:30:46 -0700 Subject: Name standardization --- init-custom.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init-custom.el') diff --git a/init-custom.el b/init-custom.el index 4e72696..d1fc360 100644 --- a/init-custom.el +++ b/init-custom.el @@ -56,6 +56,7 @@ (ledger . t) (gnuplot . t) (latex . t))) + '(org-latex-active-timestamp-format "\\textcolor{RoyalBlue!80}{\\textit{%s}}") '(org-latex-classes '(("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") @@ -80,6 +81,7 @@ ("\\section{%s}" . "\\section*{%s}") ("\\subsection*{%s}" . "\\subsection*{%s}") ("\\subsubsection*{%s}" . "\\subsubsection*{%s}")))) + '(org-latex-inactive-timestamp-format "\\textcolor{ForestGreen!80}{\\textit{%s}}") '(org-latex-packages-alist '(("AUTO" "polyglossia" t ("xelatex" "lualatex")) -- cgit v1.2.3