From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: Hope ob-js can support :session feature Date: Fri, 22 Dec 2017 19:57:14 +0800 Message-ID: <0a1fd382-6c99-e69d-c998-b3157edab040@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSLx4-0003Pz-Lj for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 06:57:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSLx0-0001lK-Ro for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 06:57:21 -0500 Received: from mail-pl0-x22e.google.com ([2607:f8b0:400e:c01::22e]:36215) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSLx0-0001kX-LG for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 06:57:18 -0500 Received: by mail-pl0-x22e.google.com with SMTP id b12so12776921plm.3 for ; Fri, 22 Dec 2017 03:57:18 -0800 (PST) Received: from [0.0.0.0] ([119.28.89.243]) by smtp.gmail.com with ESMTPSA id v64sm43854510pfi.187.2017.12.22.03.57.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Dec 2017 03:57:16 -0800 (PST) Content-Language: en-US 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" To: emacs-orgmode I know that ob-js "Session evaluation with node.js is not supported" - [X] mozrepl (deprecated):   "mozrepl" need package `moz'. https://github.com/bard/mozrepl/ - [X] node.js does not support :session so might consider integrate indium https://github.com/NicolasPetton/Indium ? I wish to do JavaScript Literate Programming in Org-mode. So the :session header argument is very necessary.