From 395069b1309f8743e45fe2137a816ee0b5c03900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 2 Feb 2019 20:08:27 +0100 Subject: [PATCH] Revert "[ox-moderncv] Remove DEFAULT-PACKAGES from top matter" This reverts commit 2100516ffc7fb516fbc2fd4929be17b0340ed343. --- ox-moderncv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-moderncv.el b/ox-moderncv.el index 9115beb..28adf00 100644 --- a/ox-moderncv.el +++ b/ox-moderncv.el @@ -36,7 +36,7 @@ (unless (assoc "moderncv" org-latex-classes) (add-to-list 'org-latex-classes '("moderncv" - "\\documentclass{moderncv}\n[NO-DEFAULT-PACKAGES]" + "\\documentclass{moderncv}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))