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