From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ippei FURUHASHI Subject: Re: Discovering Babel and R combination! Date: Sat, 21 Jul 2012 19:55:15 +0900 Message-ID: <808vedwfho.fsf@gmail.com> References: <86d33w74ke.fsf@mercure.progiciels-bpi.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsXLM-0004nJ-QA for emacs-orgmode@gnu.org; Sat, 21 Jul 2012 06:55:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsXLL-0006NR-Rk for emacs-orgmode@gnu.org; Sat, 21 Jul 2012 06:55:28 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:47825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsXLL-0006NN-Lr for emacs-orgmode@gnu.org; Sat, 21 Jul 2012 06:55:27 -0400 Received: by pbbrp2 with SMTP id rp2so9229357pbb.0 for ; Sat, 21 Jul 2012 03:55:26 -0700 (PDT) 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: =?iso-8859-1?Q?Fran=E7ois?= Pinard Cc: emacs-orgmode@gnu.org Hi Fran=E7ois, > Real fun would be that any "C-c C-c" which triggers the re-computation > of an already displayed graphics, merely gets the displayed graphics > to get updated in place, without any more special interaction needed > to re-in-line it. The following discussion can help http://article.gmane.org/gmane.emacs.orgmode/34194 to set : (add-hook 'org-babel-after-execute-hook 'org-display-inline-images) If you also want to skip the confirmation by babel on evaluation, see : (info "(org)Code evaluation security") HTH, IP