From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Problem with choosing mode while editing blocks with C-c ' Date: Tue, 13 Mar 2012 18:43:55 -0400 Message-ID: <18737.1331678635@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7aRl-00020K-Qh for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 18:44:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7aRj-0000FL-Ti for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 18:44:01 -0400 Received: from g4t0016.houston.hp.com ([15.201.24.19]:34951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7aRj-0000Dm-OV for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 18:43:59 -0400 In-Reply-To: Message from suvayu ali of "Tue, 13 Mar 2012 23:02:39 BST." 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: suvayu ali Cc: nicholas.dokos@hp.com, org-mode mailing list suvayu ali wrote: > Hi, > > I am having problems editing blocks with C-c '. If the blocks are marked > with upper case letters Emacs brings up the temporary buffer in > picture-mode. > > #+BEGIN_SRC latex > > #+END_SRC > > However the buffer mode is chosen correctly if lower case letters are > used. > > #+begin_src latex > > #+end_src > > Any ideas what could be wrong? > I can't reproduce it: both of them come up as latex-mode. Did you try with a new emacs instance? Perhaps your current one is curdled somehow. Nick