From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: =?UTF-8?B?UmU6IEhlcmUgaXMgYSBwYXRjaCBJIHdhbnQgdG8gYWRkIHRvIG9y?= =?UTF-8?B?Zy5lbOKApuKApg==?= Date: Fri, 27 Feb 2015 15:26:54 +0000 Message-ID: References: <54ED4E97.C3CC91.30527@m12-13.163.com> <87d24yb0u1.fsf@nicolasgoaziou.fr> <54F0118E.D911F7.27458@m12-15.163.com> <87mw3z8z08.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRMp0-0003AN-Ay for emacs-orgmode@gnu.org; Fri, 27 Feb 2015 10:27:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRMov-0004lh-38 for emacs-orgmode@gnu.org; Fri, 27 Feb 2015 10:27:22 -0500 Received: from plane.gmane.org ([80.91.229.3]:48291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRMou-0004iD-T9 for emacs-orgmode@gnu.org; Fri, 27 Feb 2015 10:27:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YRMor-0002z1-5V for emacs-orgmode@gnu.org; Fri, 27 Feb 2015 16:27:13 +0100 Received: from 193.63.222.160 ([193.63.222.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2015 16:27:13 +0100 Received: from andreas.leha by 193.63.222.160 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2015 16:27:13 +0100 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: emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I haven't looked at the patch and I do not understand how the patch >> achieves the removal of single overlays. But I am in the same boat. I >> also would (usually) like to remove only the rendered formula at the >> point. I think that this should even be the default. > > What Org version do you use? In development branch, C-c C-c doesn't > remove overlays related to images and formulas. > > If you're talking about `org-toggle-latex-fragment', I don't think this > is an issue because images are cached, so showing them again is very > fast. I am talking about `org-toggle-latex-fragment'. And even if that is fast, it is very annoying behaviour. I'd very much like to be able to toggle individual images. In a math-heavy document the redisplay of all formula images of even the current section takes noticable moment. But much worse: if I am working on a formula, I usually like to see other formulas as images. But they disappear as soon as I switch off the image of the current formula to debug it. It is quite hard to even achieve the state where all formulas except the formula under the point are displayed as image. And I'd expect `org-toggle-latex-fragment' to do what its name suggests: to toggle the latex fragment, i.e. to produce the same state after the second invocation. Similarly to visibility cycling only a prefix should act globally, IMO. Regards, Andreas