From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos <nicholas.dokos@hp.com> 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: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([208.118.235.92]:45173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <nicholas.dokos@hp.com>) 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 <nicholas.dokos@hp.com>) id 1SOrks-0000S1-6f for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 10:39:15 -0400 In-Reply-To: Message from Bastien <bzg@gnu.org> of "Mon, 30 Apr 2012 14:34:03 +0200." <87ehr5flfo.fsf@gnu.org> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 <bzg@gnu.org> Cc: Trey Darley <trey@treyka.net>, Org Mode <emacs-orgmode@gnu.org> Bastien <bzg@gnu.org> wrote: > Trey Darley <trey@treyka.net> 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