From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: inline images (png/jpg) are not displayed Date: Fri, 03 Feb 2017 19:17:02 -0500 Message-ID: <87efze4xoh.fsf@gmail.com> References: <87poizq9sf.fsf@mat.ucm.es> <87lgtnq9i1.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZo2W-00030D-1k for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 19:17:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZo2S-0003Bm-Ru for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 19:17:16 -0500 Received: from [195.159.176.226] (port=58339 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZo2S-0003Bg-LP for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 19:17:12 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cZo2K-0000l0-2J for emacs-orgmode@gnu.org; Sat, 04 Feb 2017 01:17:04 +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 Uwe Brauer writes: >>>> "Uwe" == Uwe Brauer writes: > > > Hi > > I am using emacs 26 (kubuntu 14.04) and I can open png and images files > > and they are displayed correctly so I presume png/jpg support is > > compiled in. > > > I added the following to my org file > > [[myimage.png]] > > and set > > org-startup-with-inline-images to t > > Sorry the syntax should be > [[file:myimage.png]] > then the image is displayed for a couple of seconds then disappeared. > Maybe you have a timer that toggles it off after a while? I don't think org is doing the toggling (and it does not happen in my experiments). Try evaluating (timer-list) in that buffer. > > - how can I resize the image, it is far too large. > C-h v org-image-actual-width RET -- Nick