From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: Why are src_perl{} immediately executed? Date: Sun, 14 Nov 2010 08:19:20 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=36265 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHSeg-0003dO-Lu for emacs-orgmode@gnu.org; Sat, 13 Nov 2010 21:49:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHSef-0005WQ-Mn for emacs-orgmode@gnu.org; Sat, 13 Nov 2010 21:49:22 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:36706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHSef-0005WL-Ic for emacs-orgmode@gnu.org; Sat, 13 Nov 2010 21:49:21 -0500 Received: by gxk22 with SMTP id 22so1415717gxk.0 for ; Sat, 13 Nov 2010 18:49:20 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dov Grobgeld Cc: emacs-orgmode@gnu.org On Sun, Nov 14, 2010 at 3:34 AM, Dov Grobgeld wrote: > From the documentation it seems like a statement such as src_perl{foo()} are > inline version of the multi line: > > #+src_perl > foo(); > #+end_src > > But when exporting the org file to html I get the question "Evaluate this > perl code on your system" for the inline version, but not for the multiline > version. Is this a bug or did I miss something? > You can customize this with the variable org-confirm-babel-evaluate Thanks and Regards Noorul