diff options
| author | Raúl Benencia <rul@kalgan.cc> | 2022-01-16 07:29:56 -0800 | 
|---|---|---|
| committer | Raúl Benencia <rul@kalgan.cc> | 2022-01-16 07:29:56 -0800 | 
| commit | 131c8bb2e0fca39fccea43887733b442e60d4a4c (patch) | |
| tree | 537158476f8213c08d4168844cccb0e3406d3336 /.emacs.local.d/modes | |
| parent | 878963e67c86d9a20a542f8efd4f1877de31d7e6 (diff) | |
disable ox-extra and org-latex-classes
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/org.el | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index e0e2e83..e6959bd 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -644,18 +644,3 @@ as the default task."  ; For tag searches ignore tasks with scheduled and deadline dates  (setq org-agenda-tags-todo-honor-ignore-options t) - -(require 'ox-extra) -(ox-extras-activate '(ignore-headlines)) - -(add-to-list 'org-latex-classes -             '("memoir-article" -               "\\documentclass[11pt,oneside,article]{memoir} -                [PACKAGES] -                \\usepackage{memoir-article-style} -                [NO-DEFAULT-PACKAGES]" -               ("\\section{%s}" . "\\section*{%s}") -               ("\\subsection{%s}" . "\\subsection*{%s}") -               ("\\subsubsection{%s}" . "\\subsubsection*{%s}") -               ("\\paragraph{%s}" . "\\paragraph*{%s}") -               ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) | 
