diff --git a/README.org b/README.org index abc6acb..27fb1bd 100644 --- a/README.org +++ b/README.org @@ -3493,19 +3493,6 @@ those variables control exporting from Org-mode to LaTeX. ;; customizing-org-latex-title-command-to-edit-title-page ;; https://tex.stackexchange.com/questions/506102/ ;; adding-header-and-footer-to-custom-titlepage - (make-local-variable 'org-latex-classes) - (cl-pushnew '("article-local" - "\\documentclass[11pt]{article} -[NO-DEFAULT-PACKAGES] -[PACKAGES] -[EXTRA]" - ("\\section{%s}" . "\\section*{%s}") - ("\\subsection{%s}" . "\\subsection*{%s}") - ("\\subsubsection{%s}" . "\\subsubsection*{%s}") - ("\\paragraph{%s}" . "\\paragraph*{%s}") - ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) - org-latex-classes :key #'car :test #'equal) - (setq-local org-latex-title-command "\\begin{titlepage} %% https://emacs.stackexchange.com/questions/47347/ %% customizing-org-latex-title-command-to-edit-title-page