From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: =?UTF-8?B?UmU6IEhlcmUgaXMgYSBwYXRjaCBJIHdhbnQgdG8gYWRkIHRvIG9y?= =?UTF-8?B?Zy5lbOKApuKApg==?= Date: Fri, 27 Feb 2015 10:46:41 +0100 Message-ID: <87r3tb8z5q.fsf@nicolasgoaziou.fr> References: <54ED4E97.C3CC91.30527@m12-13.163.com> <87d24yb0u1.fsf@nicolasgoaziou.fr> <54F0118E.D911F7.27458@m12-15.163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRHUP-0003n3-Vf for emacs-orgmode@gnu.org; Fri, 27 Feb 2015 04:45:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRHUH-0004No-5f for emacs-orgmode@gnu.org; Fri, 27 Feb 2015 04:45:45 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:56667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRHUG-0004Mp-KX for emacs-orgmode@gnu.org; Fri, 27 Feb 2015 04:45:36 -0500 In-Reply-To: <54F0118E.D911F7.27458@m12-15.163.com> (kuangdash@163.com's message of "Fri, 27 Feb 2015 06:25:23 +0000") 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: kuangdash@163.com Cc: "emacs-orgmode@gnu.org" writes: > Here comes the reason:=20 > > =E2=80=9CC-c C-c=E2=80=9D always removes all overlays in org files (such = as formulas, images .etc )=EF=BC=8Cbut sometimes I only want to edit one an= d leave the others as it is (overlay).=20 > > so, I modified the org.el .(maybe I should use =E2=80=9Cadvice=E2=80=9D= =E2=80=A6=E2=80=A6) > > Do you think it is deserved to patch it? In development branch, C-c C-c no longer removes overlays from images and formulas. You may want to update Org and try again. I don't think this patch is needed. Regards,