[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] org-src.el: Unescape source block on edit
From: |
Kyle Meyer |
Subject: |
Re: [O] [PATCH] org-src.el: Unescape source block on edit |
Date: |
Fri, 22 May 2015 16:22:25 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Nicolas Goaziou <address@hidden> 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