|
@@ -131,6 +131,7 @@ FIXME: How to update when broken?"
|
|
|
(setq org-indent-mode nil)
|
|
|
(if org-indent-mode
|
|
|
(progn
|
|
|
+ (org-set-local 'indent-tabs-mode nil)
|
|
|
(or org-indent-strings (org-indent-initialize))
|
|
|
(when org-indent-mode-turns-off-org-adapt-indentation
|
|
|
(org-set-local 'org-adapt-indentation nil))
|