From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: unable to edit indirect-buffer in fundamental mode without losing pretty printing in base buffer org mode Date: Sun, 27 May 2018 17:24:14 +0100 Message-ID: <87muwlt6c1.fsf@gmail.com> References: <518DCC34-E435-42F7-A15E-FAE7727033F8@scratch.space> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMyT0-0008Hi-Qp for emacs-orgmode@gnu.org; Sun, 27 May 2018 12:24:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMySv-0000QM-Oi for emacs-orgmode@gnu.org; Sun, 27 May 2018 12:24:22 -0400 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:39457) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMySv-0000Ox-J0 for emacs-orgmode@gnu.org; Sun, 27 May 2018 12:24:17 -0400 Received: by mail-wm0-x231.google.com with SMTP id f8-v6so26201846wmc.4 for ; Sun, 27 May 2018 09:24:17 -0700 (PDT) In-Reply-To: <518DCC34-E435-42F7-A15E-FAE7727033F8@scratch.space> 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" To: Van L , org-mode-email Hi Van, What you describe is fragile and should not work. OTOH, we need to provide a way to edit those curly braces. I have just pushed commit 102832e66 to the master branch. That will cause any sub/superscript under the point to have its font lock properties removed, so that the braces will become visible for editing. It is modeled after a similar feature in emacs built-in prettify-symbols-mode. So, I think that should address your usecase. Thanks for raising the issue. -- Aaron Ecay