From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Toggle on/off the display of individual image? Date: Mon, 16 Sep 2019 12:34:03 +0200 (CEST) Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_50484_686908798.1568630043817" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49107) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9oKg-0007NJ-Uo for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 06:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9oKe-0001QH-Fn for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 06:34:10 -0400 Received: from w1.tutanota.de ([81.3.6.162]:53184) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9oKd-0001Od-Bb for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 06:34:08 -0400 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id CA4B5FBF387 for ; Mon, 16 Sep 2019 10:34:03 +0000 (UTC) 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: Emacs Orgmode ------=_Part_50484_686908798.1568630043817 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello Is it possible to toggle on/off the display of one specific image? I am aware of org-display-inline-images but it acts on the whole buffer, so it toggles all images. It would be nice if there was some way to toggle individual images on/off. A workaround of sorts would be to put each image under its own heading and then use folding, but that is hardly a good solution. ------=_Part_50484_686908798.1568630043817 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Hello

Is it possible to toggle on/off the display of one specific image? I am aware of org-display-inline-images but it acts on the whole buffer, so it toggles all images.

It would be nice if there was some way to toggle individual images on/off.
A workaround of sorts would be to put each image under its own heading and then use folding, but that is hardly a good solution.
------=_Part_50484_686908798.1568630043817-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: Re: Toggle on/off the display of individual image? Date: Mon, 16 Sep 2019 14:59:55 +0200 Message-ID: <20190916125955.GA11039@protected.rcdrun.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37393) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9qcQ-000739-5u for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 09:00:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9qcN-0007fk-9i for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 09:00:37 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:51497) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9qcK-0007Js-DY for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 09:00:33 -0400 Content-Disposition: inline In-Reply-To: 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: henry35@keemail.me Cc: Emacs Orgmode * henry35@keemail.me [2019-09-16 12:35]: > Is it possible to toggle on/off the display of one specific image? I > am aware of org-display-inline-images but it acts on the whole > buffer, so it toggles all images. > > It would be nice if there was some way to toggle individual images > on/off. A workaround of sorts would be to put each image under its > own heading and then use folding, but that is hardly a good > solution. If Org headings would be stored somehow as structured data, that could be easily possible. I think, but I am not not sure, that any actions in Org files require iteration over the text file. For single images to be shown while others are not shown that would require some tweaking. That is nice feature that would help in finely grained review or access of the structured information. Jean