[Emacs] Simplify recipe for `org-contrib'

This commit is contained in:
Lucien Cartier-Tilet 2021-05-22 01:51:18 +02:00
parent 7cf1fd9d0f
commit 8d798ea8ad
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 5 deletions

View File

@ -1259,11 +1259,7 @@ it. The main reason I want ~org-contrib~ is due to ~ox-extra~ that allow
the usage of the ~:ignore:~ tag in org.
#+begin_src emacs-lisp
(use-package org-contrib
:straight (org-contrib
:type git
:host nil
:repo "https://git.sr.ht/~bzg/org-contrib"
:build t)
:straight (:build t)
:init
(require 'ox-extra)
(ox-extras-activate '(latex-header-blocks ignore-headlines)))