From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Subject: Re: Literate programming: Org mode and Scala Date: Tue, 18 Sep 2018 18:17:05 +0200 Message-ID: <87a7oe3hmm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2Igc-0006fZ-0v for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 12:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2IgX-0006LW-KE for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 12:17:13 -0400 Received: from mail-ed1-x532.google.com ([2a00:1450:4864:20::532]:33393) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g2IgW-0006K1-RC for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 12:17:09 -0400 Received: by mail-ed1-x532.google.com with SMTP id d8-v6so2447577edv.0 for ; Tue, 18 Sep 2018 09:17:07 -0700 (PDT) In-reply-to: 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: Grant Rettke Cc: Org-mode Hi Grant, Yes, I am. If you manage to make the current scala-mode work, the output is ugly (I opened a PR for that). The old scala-mode [1] did not need any external package to work (apart of Scala). Best, Andrea [0] https://github.com/ensime/emacs-scala-mode/issues/148 [1] https://raw.githubusercontent.com/tkf/org-mode/master/lisp/ob-scala.el On Tue 18 Sep 2018 at 15:50, Grant Rettke wrote: > On Sun, Sep 9, 2018 at 2:43 PM Andrea Giugliano wrote: >> I wonder: is the org-mode community planning to make scala-mode work in >> a literate way without workarounds? > > Are you saying that there are two versions of scala-mode out there: > one that works and one that doesn't work?