From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: S-M-right problem in orgstruct-mode Date: Sat, 09 Mar 2013 10:26:03 +0100 Message-ID: <87ehfo3owk.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEG2e-0005bJ-EN for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 04:26:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEG2Z-0002vi-L1 for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 04:26:12 -0500 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:57649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEG2Z-0002vc-Di for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 04:26:07 -0500 Received: by mail-wi0-f176.google.com with SMTP id hm14so142189wib.15 for ; Sat, 09 Mar 2013 01:26:06 -0800 (PST) In-Reply-To: (Alan Schmitt's message of "Fri, 08 Mar 2013 15:03:08 +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: Alan Schmitt Cc: Christopher Schmidt , Org-mode List Hi Alan, Alan Schmitt writes: > and do a shift-meta-right on the second line, I get: > > #+BEGIN_SRC emacs-lisp > ;;; * Test 1 > ****** Test2 > #+END_SRC I confirm this issue. The easiest thing to do is to prevent some commands to run when `orgstruct-mode' is on and `orgstruct-heading-prefix-regexp' is non-nil. Making those commands to work properly would be nice but I don't think it can be easy enough to implement. Christopher, what do you think? -- Bastien