Shiyuan <gshy2...@gmail.com> writes: > Hi all, > I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to > switch to org release 9.0 from git repos, emacs hangs when starting up,
I don't know about tracking down, but I've not experienced any hangs since I turned off the element cache a couple days ago so that might be worth a try in the absence of anything else: : (setq org-element-use-cache nil) Stig