lang/org: remove parse-raw from org-pandoc-options #544

This commit is contained in:
Henrik Lissner 2018-04-21 02:02:20 -04:00
parent adb3fdbdce
commit 8c4176cf8b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -13,8 +13,7 @@
(push 'pandoc org-export-backends)
(setq org-pandoc-options
'((standalone . t)
(mathjax . t)
(parse-raw . t))))
(mathjax . t))))
;;
(defun +org|init-export ()