From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stig Brautaset Subject: Re: Org release_9.0 hangs Date: Tue, 17 Jan 2017 19:56:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTZsM-0007rS-Sr for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:57:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTZsJ-0000ur-Qe for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:57:02 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:41825) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTZsJ-0000u3-KN for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:56:59 -0500 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Shiyuan Cc: "emacs-orgmode@gnu.org" Shiyuan 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