From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Giugliano Subject: Literate programming: Org mode and Scala Date: Sun, 9 Sep 2018 19:26:12 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fz5bJ-0003qE-Q2 for emacs-orgmode@gnu.org; Sun, 09 Sep 2018 15:42:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fz5Lb-0000Sn-G6 for emacs-orgmode@gnu.org; Sun, 09 Sep 2018 15:26:18 -0400 Received: from mail-oln040092071096.outbound.protection.outlook.com ([40.92.71.96]:2592 helo=EUR03-DB5-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fz5Lb-0000Py-7Y for emacs-orgmode@gnu.org; Sun, 09 Sep 2018 15:26:15 -0400 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@gnu.org" Hi everybody, TL;DR: org mode literate programming does not work easily with the current scala-mode, there are options to work around this: are the org-mode maintainers still okay with scala-mode depending on ensime? Thanks so much for org-mode: the more I use it the more I appreciate the effort you have put into it! I am working with Scala and I like to test out things using a literate programming style. Apparently org-mode decided to offload the scala-mode to the Ensime maintainers. For this reason there is no straightforward (at least not to me) support to run code blocks on the fly. I have opened an issue about this [0], but the Ensime/scala-mode community does not seem active (at least this pull request did not receive any comment yet [1]). For those who are struggling I have created a little of code to make easy to work with Scala and org-mode [2]. I wonder: is the org-mode community planning to make scala-mode work in a literate way without workarounds? Thanks, Andrea [0] https://github.com/ensime/emacs-scala-mode/issues/148 [1] https://github.com/ensime/emacs-scala-mode/pull/151 [2] https://github.com/ag91/EasyOrgEnsime