[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.
|
the usage of the ~:ignore:~ tag in org.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-contrib
|
(use-package org-contrib
|
||||||
:straight (org-contrib
|
:straight (:build t)
|
||||||
:type git
|
|
||||||
:host nil
|
|
||||||
:repo "https://git.sr.ht/~bzg/org-contrib"
|
|
||||||
:build t)
|
|
||||||
:init
|
:init
|
||||||
(require 'ox-extra)
|
(require 'ox-extra)
|
||||||
(ox-extras-activate '(latex-header-blocks ignore-headlines)))
|
(ox-extras-activate '(latex-header-blocks ignore-headlines)))
|
||||||
|
Loading…
Reference in New Issue
Block a user