diff options
| author | 2014-12-27 21:45:28 +0100 | |
|---|---|---|
| committer | 2014-12-27 21:45:28 +0100 | |
| commit | 57d17b327a8761cbb12639f6df6986a9c232c819 (patch) | |
| tree | 75ce1d4d169c94ea05833b85e62bdd765baf416e | |
| parent | 29075fd652594f7a47ee333041f6605b9cb1f56d (diff) | |
| download | orgweb-57d17b327a8761cbb12639f6df6986a9c232c819.tar.gz orgweb-57d17b327a8761cbb12639f6df6986a9c232c819.zip | |
Explicitly require {} for sub/super scripts
| -rw-r--r-- | common.el | 3 |
1 files changed, 2 insertions, 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 '{}) |
