From c919de06d375088b8f9abc64c56971bae4087203 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 10 May 2019 00:00:19 -0400 Subject: [PATCH] emacs: use ox-extra --- .emacs.d/init.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 06b0ce0..42e4def 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -951,6 +951,10 @@ And here's where my actual Org configurations begin: ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) t) (require 'ox-beamer)) + +(use-feature ox-extra + :config + (ox-extras-activate '(latex-header-blocks ignore-headlines))) #+end_src **** asynchronous tangle -- 2.20.1