settings while testing org-export
[dot-emacs] / init.el
diff --git a/init.el b/init.el
index 412b68dda5a8a93ec4bb3333f089990ef80ef53b..25d0445fb10b2a915f648e865207ba2057a5fe22 100644 (file)
--- a/init.el
+++ b/init.el
@@ -1956,6 +1956,8 @@ Go to the next directory based on where the cursor is."
         org-extend-today-until 0
         org-startup-truncated nil
         org-clock-persist t
+        org-use-sub-superscripts "{}"
+        org-export-with-sub-superscripts nil
         org-clock-mode-line-total 'today
         ;; global STYLE property values for completion
         org-global-properties (quote (("STYLE_ALL" . "habit")))
@@ -2350,6 +2352,7 @@ indent yanked text (with prefix arg don't indent)."
            (?i (file . ,"~/.emacs.d/init.el"))
            (?w (file . ,"/a/work.org"))
            (?t (file . ,"/a/t.org"))
+           (?s (file . ,"/usr/share/doc/exim4-base/spec.txt.gz"))
            (?x (file . ,"/a/x.txt"))
            ))
     (set-register (car r) (cadr r)))