From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: inline image display not working when org-indent-mode active Date: Sat, 17 Jul 2010 12:55:01 -0500 Message-ID: <4C41EE75.7010007@ccbr.umn.edu> References: <4C413C53.3090404@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59793 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaBZ6-0006bu-KK for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 13:52:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaBZ5-00043O-CV for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 13:52:44 -0400 Received: from pegasus.biostat.wisc.edu ([144.92.73.35]:45143) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaBZ5-000436-4W for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 13:52:43 -0400 Received: from [192.168.1.117] (c-24-118-198-210.hsd1.mn.comcast.net [24.118.198.210]) (authenticated bits=0) by pegasus.biostat.wisc.edu (8.13.6/8.13.6) with ESMTP id o6HHqXU1026457 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sat, 17 Jul 2010 12:52:34 -0500 (CDT) In-Reply-To: <4C413C53.3090404@ccbr.umn.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 07/17/2010 12:14 AM, Erik Iverson wrote: > Hello! > > Just pulled the latest org-mode from git. > > I've upgraded to Emacs 23.2 so that org-indent-mode works properly. > > However, when org-indent-mode is active, it seems that inline images > (C-c C-x C-v) do not work properly. > > They show up for a brief time (< 1 second) and then promptly return to > showing just the file link. > > Turning off org-indent-mode and re-toggling image display shows the > image properly. > > If it matters, these files were created in org-babel source blocks. This also seems to happen if org-indent-mode is turned off, and the source block that produces the image is re-run. Then, the file link is displayed, and I have to toggle inline image display to get it to appear.