[Emacs] Simplify recipe for `org-contrib'
This commit is contained in:
parent
7cf1fd9d0f
commit
8d798ea8ad
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user