From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: problem with org-toggle-inline-images Date: Tue, 24 Dec 2019 11:00:18 +0100 Message-ID: <845zi62gct.fsf@gmail.com> References: <47C02F30-6D53-4886-A78F-609C481A503B@nordakademie.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33090) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijgzP-0004M9-SG for emacs-orgmode@gnu.org; Tue, 24 Dec 2019 05:00:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijgzO-000451-08 for emacs-orgmode@gnu.org; Tue, 24 Dec 2019 05:00:31 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:46778 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ijgzN-00043Y-PK for emacs-orgmode@gnu.org; Tue, 24 Dec 2019 05:00:29 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1ijgzK-000asG-Ow for emacs-orgmode@gnu.org; Tue, 24 Dec 2019 11:00:26 +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" To: emacs-orgmode@gnu.org Hi Johannes, Thanks for the report. > Typing C-c C-x C-v the image is displayed in the org buffer > correctly. Typing C-c C-x C-v again the image does not disappear and I > get the error message: > > org-toggle-inline-images: Symbol’s value as variable is void: image-map > > Any hints what is going wrong? Possibly variable image-map is not used correctly in Org or should not be used at all. The easiest fix would be to drop the usage of that variable within Org, I guess. Does the issue disappear when you do M-: (require 'image) RET before the image toggling? Ciao, Marco