From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: [bug] orgstruct has suddenly become overly opinionated about legal keystrokes Date: Fri, 29 Mar 2013 19:57:16 +0000 (GMT) Message-ID: <87wqsq9dxt@ch.ristopher.com> References: <87wqu0jnlf.fsf@gmail.com> <871uc88e8q@ch.ristopher.com> <87r4k8uule.fsf@gmail.com> <87k3q0rxcq@ch.ristopher.com> <87bobb5ms9.fsf@bzg.ath.cx> <87vc8aowh7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULfQQ-0007F9-C5 for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 15:57:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULfQN-0002tC-8c for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 15:57:22 -0400 Received: from ristopher.com ([146.185.21.93]:36547 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULfQN-0002ss-1X for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 15:57:19 -0400 In-Reply-To: <87vc8aowh7.fsf@gmail.com> (Eric Schulte's message of "Fri, 29 Mar 2013 13:08:04 -0600") 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: emacs-orgmode@gnu.org Eric Schulte writes: > I'm seeing this same problem when editing email with the latest Org-mode > and OrgStruct mode. > > Meta-RET raises the error > > orgstruct-error: This key has no function outside structure elements This corner case is worked around in master now. 310e76b org.el (orgstruct-make-binding): Keep modifiers when translating keys Christopher