From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Editing org source blocks enabled by org-src-fontify-natively? Date: Mon, 24 Dec 2012 01:27:50 +0100 Message-ID: <87623sxpix.fsf@bzg.ath.cx> References: <87txrfpqav.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmvtY-0003A0-Pm for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 19:27:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmvtX-0000KR-P3 for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 19:27:52 -0500 Received: from mail-we0-f182.google.com ([74.125.82.182]:61607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmvtX-0000KN-Hy for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 19:27:51 -0500 Received: by mail-we0-f182.google.com with SMTP id u54so3152043wey.13 for ; Sun, 23 Dec 2012 16:27:50 -0800 (PST) In-Reply-To: <87txrfpqav.fsf@norang.ca> (Bernt Hansen's message of "Fri, 21 Dec 2012 07:01:28 -0500") 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: Bernt Hansen Cc: Nicolas Goaziou , emacs-orgmode@gnu.org Hi Bernt, Bernt Hansen writes: > My org-mode document http://doc.norang.ca/org-mode.org uses org source > blocks like the following for example: > > #+begin_src org :exports src > ,* Health and Recreation > ,* House Maintenance > #+end_src > > My minimal emacs does not allow editing for this with C-c ' but when > org-src-fontify-natively is set to t it does. > > This doesn't seem very intuitive to me -- it took me some time to > isolate what variable actually enables editing of org source blocks in > my setup. > > Should it really act this way? Definitly not -- the old behavior is back now. Thanks for reporting this, -- Bastien