emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Emacs hangs in org file


From: Jambunathan K
Subject: Re: [O] Emacs hangs in org file
Date: Mon, 07 Jan 2013 14:20:26 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stelian Iancu <address@hidden> 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.
>

-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]