From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Differences between Org-Mode and Hyperbole Date: Fri, 17 Jun 2016 21:31:55 +0800 Message-ID: <878ty4rlf8.fsf@ericabrahamsen.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466171531 1163 80.91.229.3 (17 Jun 2016 13:52:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2016 13:52:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 15:52:02 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bDuBm-0004H7-7K for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2016 15:52:02 +0200 Original-Received: from localhost ([::1]:57687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDuBl-0003um-9O for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2016 09:52:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDtse-00013T-B9 for emacs-devel@gnu.org; Fri, 17 Jun 2016 09:32:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDtsZ-0006JP-9K for emacs-devel@gnu.org; Fri, 17 Jun 2016 09:32:15 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:34437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDtsZ-0006JD-2X for emacs-devel@gnu.org; Fri, 17 Jun 2016 09:32:11 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bDtsV-0007ki-R6 for emacs-devel@gnu.org; Fri, 17 Jun 2016 15:32:08 +0200 Original-Received: from 125.33.227.218 ([125.33.227.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jun 2016 15:32:07 +0200 Original-Received: from eric by 125.33.227.218 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jun 2016 15:32:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 66 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 125.33.227.218 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:51EU89kVLZVGwvLoENp+apNDNMM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204443 Archived-At: Robert Weiner writes: > On Thu, Jun 16, 2016 at 7:51 PM, John Wiegley > wrote: > > Even Carsten will admit > he's not a software architect by trade; he did what he did based > on what he > wanted to achieve with Org-mode, and not based on engineering > decisions. > > Well that explains a lot to those of us unfamiliar with the history. > Maybe the > popularity is based on two things: 1. they provided a welcoming > community > that allowed for many people to contribute; 2. they provided the only > significant > solution in these areas to people who wanted to do them within Emacs. Another important reason is that Org is kind of "the Emacs of Emacs". Meaning a big homogenized, generalized environment, where you can put "all your stuff", and it all operates according to the same basic set of rules. Once you've grasped those rules, you feel as if you're truly in control of your environment. In this sense, Org is essentially a simplified version of Emacs: meaning that a greater number of people with a lower programming skill level can reach that same feeling of flexibility, control, and freedom. That's what drew me into it, at any rate. No one has yet tried to make an email client based on Org, thank god, but it looms on the horizon as a terrible possibility. > Now that all the useful work has been done, and experiences > gained, it could > be a good time to sift out some of the best of its functionality > into separate > modules. > > Or produce a coherent set of requirements and have an Emacs-familiar > architect > and programmer (or team) work to produce new implementations with > clean > data abstractions, improved visual formats and even higher usability. > Task > tracking, agendas, outlining and literate programming are important > daily work > areas for many technical people, so Emacs should have excellent tools > in these > areas. Has anyone examined the org-mode code to see whether it is > well > written or not? Nicolas Goaziou did heroic work cleaning up and rationalizing the Org document structure, and its export framework. To me, this one of Org's "base units". Someone will correct me if I'm wrong, but the Agenda/TODO system (another of Org's "base units") hasn't undergone the same cleanup, so far as I'm aware. This is a potential area for refactoring and separation from the Org codebase, since theoretically there's no reason why the Agenda should be limited to Org. The amount of work that would entail is staggering. E