From mboxrd@z Thu Jan 1 00:00:00 1970 From: E Sabof Subject: Re: Auto-refreshing rendered images from org-babel Date: Thu, 06 Feb 2014 09:06:06 +0000 Message-ID: <87mwi41uhl.fsf@gmail.com> References: <874n4dh3zn.fsf@gmail.com> <87r47h9lrw.fsf@bzg.ath.cx> <87ob2k23i1.fsf@gmail.com> <87ha8cocic.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBKuV-0003Lf-Rn for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 04:06:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBKuQ-0005LX-Ed for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 04:06:15 -0500 In-reply-to: <87ha8cocic.fsf@bzg.ath.cx> 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: Bastien Cc: Org-mode Bastien writes: > Thanks. Why is it more useful than > > (add-hook 'org-babel-after-execute-hook 'org-redisplay-inline-images) > > ? It's more targeted -- I don't use dot that often, and I'd rather not have an additional side effect when executing any org-babel snippet. Evgeni