From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Pita Subject: Re: Bug: latex blocks preview inline [9.2.1 (release_9.2.1-217-g232160 )] Date: Wed, 13 Feb 2019 09:34:08 -0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gttkK-0004af-Er for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 07:34:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gttkJ-0003ip-C6 for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 07:34:36 -0500 Received: from mail-yw1-xc31.google.com ([2607:f8b0:4864:20::c31]:40236) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gttkG-0003WE-TG for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 07:34:35 -0500 Received: by mail-yw1-xc31.google.com with SMTP id c67so806604ywa.7 for ; Wed, 13 Feb 2019 04:34:20 -0800 (PST) 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: Joao Cortes Cc: "emacs-orgmode@gnu.org" Also, make sure imagemagick is installed. Btw, you might find this useful for previewing babel-generated images: (defun my-org-babel-redisplay-images () (when org-inline-image-overlays (org-redisplay-inline-images))) (add-hook 'org-babel-after-execute-hook #'my-org-babel-redisplay-images) This reloads the previewed images each time they potentially change.