From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Emacs hangs in org file Date: Mon, 07 Jan 2013 14:20:26 +0530 Message-ID: <87ehhxidgt.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ts8Pl-0001tC-LH for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:50:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ts8Pk-0007HA-9w for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:50:37 -0500 Received: from mail-pb0-f53.google.com ([209.85.160.53]:43417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ts8Pk-0007Go-0R for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:50:36 -0500 Received: by mail-pb0-f53.google.com with SMTP id jt11so10439080pbb.40 for ; Mon, 07 Jan 2013 00:50:34 -0800 (PST) In-Reply-To: (Stelian Iancu's message of "Mon, 7 Jan 2013 09:21:40 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stelian Iancu Cc: emacs-orgmode@gnu.org Stelian Iancu writes: > Hi all, > > I have a fairly simple org file with only a couple of headings, TODOs > and some notes. The issue I'm seeing is that Emacs hangs to the point > where I have to force close it when I'm trying to expand a headline. > The behavior seems random, i.e. it's not always the same header and I > don't have specific steps to reproduce. > > Versions: > GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of > 2012-12-30 on bob.porkrind.org > > Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpaplus @ > /Users/stelianiancu/.emacs.d/elpa/org-plus-contrib-20121231/) > > Any ideas how can I debug this further or why this might happen? M-x toggle-debug-on-quit RET Hit C-g when Emacs hangs. Or You can put the following in your .emacs (setq debug-on-quit t) Or It is always good to check everything is OK with minimal Emacs/Org emacs --debug-init -L ~/src/org-mode/lisp -L ~/src/org-mode/contrib/lisp > > Thanks! > > S. > --