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

Joel Grunbaum
2022-01-01 4d828501a8cdcd16fce94507d0fe69b4920f142a
Use pandoc if installed
1 files modified
3 ■■■■ changed files
config.org 3 ●●●● patch | view | raw | blame | history
config.org
@@ -1363,7 +1363,8 @@
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)
  (when (executable-find "pandoc")
    (use-package ox-pandoc))
#+END_SRC
*** COMMENT Dokuwiki Wiki