config/doom: use-package ox-context
This commit is contained in:
parent
369279f2e6
commit
9b81c98adc
|
@ -449,10 +449,10 @@ Version 2019-11-04 2021-02-16"
|
||||||
org-use-sub-superscripts '{}
|
org-use-sub-superscripts '{}
|
||||||
)
|
)
|
||||||
|
|
||||||
;(require 'ox-context)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package! ox-context
|
||||||
|
:after ox)
|
||||||
(use-package! ox-extra
|
(use-package! ox-extra
|
||||||
:after ox
|
:after ox
|
||||||
:config (ox-extras-activate '(ignore-headlines)) ;; use tag :ignore: to export content without headline
|
:config (ox-extras-activate '(ignore-headlines)) ;; use tag :ignore: to export content without headline
|
||||||
|
|
Loading…
Reference in New Issue