diff options
author | jao <jao@gnu.org> | 2024-07-22 20:04:50 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-07-22 20:04:50 +0100 |
commit | 6084fbc722d3b6401daef507c363affb0d8e83cd (patch) | |
tree | 38c5934f01c259613abe06b9bbd848ec23e9382e /custom | |
parent | 9bf77f47f038157be763c2784b9ef9fbccf38b4d (diff) | |
download | elibs-6084fbc722d3b6401daef507c363affb0d8e83cd.tar.gz elibs-6084fbc722d3b6401daef507c363affb0d8e83cd.tar.bz2 |
unused ox-pandoc
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-org.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 02e7a03..4d2e622 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -167,9 +167,9 @@ '("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")) -(use-package ox-pandoc - :after org - :ensure t) +;; (use-package ox-pandoc +;; :after org +;; :ensure t) ;;; Babel and literate programming (setq org-src-window-setup 'other-window) ;; current-window |