From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Org without Emacs? Date: Mon, 28 Jan 2019 22:58:07 -0500 Message-ID: <4eacadd0-fd08-97c9-02a8-f7b4e1805587@gmail.com> References: <87munk32pz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goKdf-0007zk-T7 for emacs-orgmode@gnu.org; Mon, 28 Jan 2019 23:04:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goKXK-0005GU-He for emacs-orgmode@gnu.org; Mon, 28 Jan 2019 22:58:11 -0500 Received: from mail-it1-x12c.google.com ([2607:f8b0:4864:20::12c]:53104) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1goKXK-0005G6-CE for emacs-orgmode@gnu.org; Mon, 28 Jan 2019 22:58:10 -0500 Received: by mail-it1-x12c.google.com with SMTP id d11so2178234itf.2 for ; Mon, 28 Jan 2019 19:58:10 -0800 (PST) Received: from ?IPv6:2605:a000:121e:94:dc90:747f:9a70:ef19? ([2605:a000:121e:94:dc90:747f:9a70:ef19]) by smtp.gmail.com with ESMTPSA id u126sm767419ita.1.2019.01.28.19.58.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Jan 2019 19:58:08 -0800 (PST) In-Reply-To: <87munk32pz.fsf@gmail.com> 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 On 1/28/19 4:13 PM, Tim Cross wrote: > As org is implemented in elisp, there are only two options for > implementing org outside of emacs > > 1. Implement a full elisp runtime in the alternative envrionment > 2. Re-implement org functionality in a different language and runtime. > > I think 1 is extremely unlikely, with the possible exception of things > like https://github.com/Wilfred/remacs, which is a re-implementation of > Emacs. > > Alternative 2 is more likely and to some extent has been done with > things like beorg and Visual Source Code, which has an extension with > some (minimal) org support. It is great that people want to implement Org functionality into other software, but the issue I have with beorg and Visual Source Code is that neither is free software. In the case of beorg, Org is mentioned repeatedly on its website as an inspiration, but what is the contribution of the beorg developers back to the Org community? The central feature of Org is that it is free software. In my view, non-free products like beorg are fundamentally broken. > The problem with re-implementation is that there is a lot of core > functionality built into emacs which is not found in most other > runtimes. Much of what Org does is really take existing Emacs > functionality and wrap it together in a more convenient and consistent > bundle. In other systems, much of this functionality would need to be > implemented from scratch, which would be a non-trivial task. In > addition, keep pace with org development will be difficult for these > clones. I agree with this completely. > I expect we will see some of Org's functionality implemented in other > environments, but are unlikely to see a fully compatible and feature > rich version on any other platform. Most likely, we will see some core > ideas make their way into other environments, but they won't be Org mode > - they will be something different which owes much of the inspiration to > Org mode. > > If we are lucky, we may see some new good ideas in these other systems > which could be added to Org itself to make it even greater, otherwise > such ports are unlikely to be of any real interest/use to Emacs Org > users. It would be wonderful to see new good ideas implemented in other systems, but in the case of proprietary software like beorg or Visual Source Code, their non-free nature makes it risky to re-implement in Org any new ideas they use (if they ever use any). I hope all the new good ideas for Org first exist as free software. That seems likely given the pace at which Org develops and the vitality of the Org community. Scott