Browse Source

org-indent: forgot to make a variable local

* lisp/org-indent.el (org-indent-mode):
  `org-indent-initial-resume-timer ' needs to be local.
Nicolas Goaziou 13 years ago
parent
commit
c4d482b269
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-indent.el

+ 1 - 0
lisp/org-indent.el

@@ -174,6 +174,7 @@ during idle time." nil " Ind" nil
     (or org-indent-strings (org-indent-initialize))
     (org-set-local 'org-indent-initial-marker (copy-marker 1))
     (org-set-local 'org-indent-initial-lock nil)
+    (org-set-local 'org-indent-initial-resume-timer nil)
     (when org-indent-mode-turns-off-org-adapt-indentation
       (org-set-local 'org-adapt-indentation nil))
     (when org-indent-mode-turns-on-hiding-stars