(add-to-list 'load-path "~/local/share/emacs/site-lisp/org") (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) ;; The presence of this line causes the indent bug. (setq org-log-done t)