Explicitly require {} for sub/super scripts
This commit is contained in:
parent
29075fd652
commit
57d17b327a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
(setq org-html-head-include-scripts nil
|
||||
org-html-validation-link nil
|
||||
org-html-htmlize-output-type 'css
|
||||
org-confirm-babel-evaluate nil)
|
||||
org-confirm-babel-evaluate nil
|
||||
org-export-with-sub-superscripts '{})
|
||||
|
|
Loading…
Reference in a new issue