mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2021-08-14 f552a01a6378684524c2f610aa9d4749e3643fc3
Found out how to enable pandoc to properly export org
1 files modified
3 ■■■■ changed files
config.org 3 ●●●● patch | view | raw | blame | history
config.org
@@ -1368,8 +1368,9 @@
#+END_SRC
** Org export additions
*** COMMENT Pandoc
*** Pandoc
Call pandoc on org buffer from org export.
Need to add ~#+OPTIONS: H:99~ to enable large level header exports.
#+BEGIN_SRC emacs-lisp
  (use-package ox-pandoc
    :ensure t)