From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Auto-refreshing rendered images from org-babel Date: Thu, 06 Feb 2014 00:34:27 +0100 Message-ID: <87r47h9lrw.fsf@bzg.ath.cx> References: <874n4dh3zn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBBzM-0005VJ-5M for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 18:34:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBBzF-0007PX-Sl for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 18:34:40 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:51667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBBzF-0007PT-NM for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 18:34:33 -0500 In-Reply-To: <874n4dh3zn.fsf@gmail.com> (E. Sabof's message of "Wed, 05 Feb 2014 17:19:08 +0000") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: E Sabof Cc: Org-mode E Sabof writes: > I have the org snippet below. What I would like, is to see the > rendered image when I press C-c C-c. I can achieve this with the elisp > snippet below. Is there a "proper", or at least a better way of doing > this? Not tested but should work: (add-hook 'org-babel-after-execute-hook 'org-redisplay-inline-images) HTH, -- Bastien