From the documentation I see now difference between inline and multi-line behavior. Note that I did not wish to evaluate the code at all but just have inline syntax highlighting in my html export. Is src_perl{foo()} for evaluation only and not for source highlighting? Thanks, Dov On Sun, Nov 14, 2010 at 04:49, Noorul Islam wrote: > 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 >