From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Help! org-insert-heading doesn't work anymore and I'm losing my mind! Date: Mon, 30 Apr 2012 10:38:49 -0400 Message-ID: <14231.1335796729@alphaville> References: <87ty01sjr4.wl%trey@kingfisherops.com> <87ehr5flfo.fsf@gnu.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOrkx-0006eI-Hq for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 10:39:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOrks-0000S1-6f for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 10:39:15 -0400 In-Reply-To: Message from Bastien of "Mon, 30 Apr 2012 14:34:03 +0200." <87ehr5flfo.fsf@gnu.org> 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: Bastien Cc: Trey Darley , Org Mode Bastien wrote: > Trey Darley writes: > > > * What have I tested? > > > > ** running emacs under a different terminal (urxvt and xterm) > > ** running outside tmux in a normal session > > ** disabling all my ~/.emacs.d/ modifications apart from setting my load-path > > and the bare minimal [0] to instantiate org-mode > > ** running org-7.8.09 (stable) and org-7.8.06 (distro) > > Please also try with a bare emacs > > ~$ emacs -Q > > As you have FLIM/SEMI/APEL loaded, perhaps there is some obscure > interaction that breaks stuff. But it works okay here. > Try C-h c M-RET in an org buffer. If something is capturing the key before emacs gets its hands on it, this will confirm it: emacs won't see it and you'll still be at the "Describe key" prompt. Also, you might want to use a dribble file to see what Emacs sees as the input: (info "(emacs) Checklist") describes how to turn it on. Nick