From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [PATCH] org-src.el: Unescape source block on edit Date: Fri, 22 May 2015 16:22:25 -0400 Message-ID: <87a8wws6pq.fsf@kyleam.com> References: <87617lgqsh.fsf@kmlap.domain.org> <87bnhc3045.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvtSh-0006gO-Ps for emacs-orgmode@gnu.org; Fri, 22 May 2015 16:22:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvtSe-0004aA-Al for emacs-orgmode@gnu.org; Fri, 22 May 2015 16:22:31 -0400 Received: from mail-qg0-f47.google.com ([209.85.192.47]:33621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvtSe-0004a0-7x for emacs-orgmode@gnu.org; Fri, 22 May 2015 16:22:28 -0400 Received: by qgfa63 with SMTP id a63so15480106qgf.0 for ; Fri, 22 May 2015 13:22:26 -0700 (PDT) Received: from localhost (nat-130-132-173-5.central.yale.edu. [130.132.173.5]) by mx.google.com with ESMTPSA id b5sm1988678qkh.36.2015.05.22.13.22.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 May 2015 13:22:26 -0700 (PDT) In-Reply-To: <87bnhc3045.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 22 May 2015 21:04:10 +0200") 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: Org-mode Nicolas Goaziou wrote: [...] > Thanks. However, this wouldn't work as `org-src--edit-element' is called > on elements that doesn't need escaping, e.g., a footnote definition. I see. > Anyway, it is fixed in 71641bc3a0882bb16fb2b62ebef8ebc98ba0e3d8. Yes, this commit fixes the issue I originally reported, and it also fixes an issue with editing fixed-width blocks. Before, editing : abc would lead to : : abc Thank you. -- Kyle