From 049859ca7a75c21bf8d7153ba5a2e41b4df93175 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 27 Oct 2023 15:49:29 +0200 Subject: [PATCH] [moderncv] Include template default cvcolor closes #12 --- ox-moderncv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-moderncv.el b/ox-moderncv.el index ae635d7..b3d653b 100644 --- a/ox-moderncv.el +++ b/ox-moderncv.el @@ -55,7 +55,7 @@ :options-alist '((:latex-class "LATEX_CLASS" nil "moderncv" t) (:cvstyle "CVSTYLE" nil "classic" t) - (:cvcolor "CVCOLOR" nil nil t) + (:cvcolor "CVCOLOR" nil "blue" t) (:mobile "MOBILE" nil nil parse) (:homepage "HOMEPAGE" nil nil parse) (:address "ADDRESS" nil nil newline)