From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: JavaScript and babel Date: Thu, 7 Jun 2012 07:25:24 +0200 Message-ID: <91265ACE-7C88-45E5-8BFD-6D937C2A7251@polytechnique.org> Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScVDt-0007nf-SM for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 01:25:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScVDs-0004kv-Dn for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 01:25:29 -0400 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:31438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScVDs-0004kn-7K for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 01:25:28 -0400 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: emacs-orgmode Mode Hello, I'm writing a presentation about JavaScript and I was trying to get some = code to run. Unfortunately whatever I try, I get "undefined" as the = results, as in the following: #+begin_src js 1; #+end_src #+RESULTS: : undefined Could someone give an example of the syntax to use? Thanks a lot, Alan=