lang/org: remove parse-raw from org-pandoc-options #544
This commit is contained in:
parent
adb3fdbdce
commit
8c4176cf8b
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@
|
||||||
(push 'pandoc org-export-backends)
|
(push 'pandoc org-export-backends)
|
||||||
(setq org-pandoc-options
|
(setq org-pandoc-options
|
||||||
'((standalone . t)
|
'((standalone . t)
|
||||||
(mathjax . t)
|
(mathjax . t))))
|
||||||
(parse-raw . t))))
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(defun +org|init-export ()
|
(defun +org|init-export ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue